Skip to main content
Glama

MCP Platform

by jck411
servers_config.json•1.32 kB
{ "_comment": "MCP Platform Server Configuration - Primary configuration location", "_usage": "Add or remove MCP servers here. Tool configuration is handled by each server", "mcpServers": { "config": { "enabled": true, "command": "uv", "args": ["run", "python", "Servers/config_server.py"], "cwd": "/home/jack/REPOS/MCP_BACKEND_OPENROUTER" }, "openrouter_models": { "_comment": "OpenRouter AI models search and analysis server", "enabled": true, "command": "uv", "args": ["run", "python", "Servers/openrouter_models_server.py"], "cwd": "/home/jack/REPOS/MCP_BACKEND_OPENROUTER" }, "template": { "_comment": "Disabled server - useful for testing", "enabled": false, "command": "uv", "args": ["run", "python", "Servers/demo_resources_server.py"], "cwd": "/home/jack/REPOS/MCP_BACKEND_OPENROUTER" }, "demo_prompt": { "_comment": "Prompt-only server - no tools or resources", "enabled": false, "command": "uv", "args": ["run", "python", "Servers/demo_prompt_server.py"], "cwd": "/home/jack/REPOS/MCP_BACKEND_OPENROUTER" } }, "settings": { "defaultTimeout": 30, "maxRetries": 3, "retryDelay": 1.0, "logLevel": "INFO", "autoReconnect": true } }

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/jck411/MCP_BACKEND_OPENROUTER'

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