We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DMontgomery40/deepseek-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Required
DEEPSEEK_API_KEY=your-api-key
# DeepSeek API runtime
DEEPSEEK_BASE_URL=https://api.deepseek.com
DEEPSEEK_REQUEST_TIMEOUT_MS=120000
DEEPSEEK_DEFAULT_MODEL=deepseek-chat
DEEPSEEK_ENABLE_REASONER_FALLBACK=true
DEEPSEEK_FALLBACK_MODEL=deepseek-chat
# MCP transport: stdio | streamable-http
MCP_TRANSPORT=stdio
# Streamable HTTP mode
MCP_HTTP_HOST=127.0.0.1
MCP_HTTP_PORT=3001
MCP_HTTP_PATH=/mcp
MCP_HTTP_STATEFUL_SESSION=false
# Conversation persistence
CONVERSATION_MAX_MESSAGES=200
# Hosted remote smoke test only (client-side)
DEEPSEEK_REMOTE_MCP_URL=https://deepseek-mcp.ragweld.com/mcp
DEEPSEEK_MCP_AUTH_TOKEN=your-hosted-token