Skip to main content
Glama

Mentor MCP Server

mcp-client-config.example.json461 B
{ "mcpServers": { "mentor-mcp-server": { "command": "node", "args": [ "/path/to/mentor-mcp-server/build/index.js" ], "env": { "DEEPSEEK_API_KEY": "your_deepseek_api_key_here", "DEEPSEEK_API_BASE_URL": "https://api.deepseek.com", "DEEPSEEK_MODEL": "deepseek-reasoner", "DEEPSEEK_MAX_TOKENS": "8192", "DEEPSEEK_MAX_RETRIES": "3", "DEEPSEEK_TIMEOUT": "30000" } } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyanheads/mentor-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server