Back to Home
Ali2220 icon

Cohort-MCP-Server

Verified Safe

by Ali2220

Overview

Enables an AI model (specifically Google Gemini) to interact with and utilize custom external tools/functions defined on a local server via the Model Context Protocol.

Installation

Run Command
node mcp.client.js

Environment Variables

  • GEMINI_API_KEY

Security Notes

The server uses `dotenv` to load API keys from environment variables, avoiding hardcoded secrets. Communication between the client and server is handled via STDIN/STDOUT using `StdioClientTransport` and `StdioServerTransport`, which limits direct external network exposure for the server itself, enhancing security. The system's overall security depends on the nature of the tools registered and the access permissions granted to the Node.js process.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens150
Stars0
Forks0
Last Update2025-11-25

Tags

AIMLTool UseFunction CallingNode.js