Skip to main content
Glama
production-config.json2.2 kB
{ "mcpServers": { "github": { "enabled": true, "timeout": 45, "command": "npx", "args": ["-y", "@modelcontextprotocol/server-github"], "env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}" }, "retryAttempts": 3, "retryDelay": 2000, "healthCheck": { "enabled": true, "interval": 30000, "timeout": 10000 }, "toolNamespace": "github", "priority": 100, "tags": ["github", "git", "production"] }, "filesystem": { "enabled": true, "timeout": 30, "command": "npx", "args": ["-y", "@modelcontextprotocol/server-filesystem", "${DATA_DIR:/app/data}"], "retryAttempts": 2, "retryDelay": 1000, "healthCheck": { "enabled": true, "interval": 45000, "timeout": 5000 }, "toolNamespace": "fs", "resourceNamespace": "fs", "priority": 50, "tags": ["filesystem", "production"] }, "fetch": { "enabled": true, "timeout": 60, "command": "uvx", "args": ["mcp-server-fetch"], "retryAttempts": 3, "retryDelay": 1500, "healthCheck": { "enabled": true, "interval": 30000, "timeout": 8000 }, "toolNamespace": "fetch", "priority": 100, "tags": ["web", "http", "production"] }, "brave_search": { "enabled": true, "timeout": 45, "command": "npx", "args": ["-y", "@modelcontextprotocol/server-brave-search"], "env": { "BRAVE_API_KEY": "${BRAVE_API_KEY}" }, "retryAttempts": 3, "retryDelay": 2500, "healthCheck": { "enabled": true, "interval": 60000, "timeout": 15000 }, "toolNamespace": "search", "priority": 150, "tags": ["search", "web", "production"] } }, "bridge": { "host": "127.0.0.1", "port": 8080, "conflictResolution": "priority", "defaultNamespace": true, "aggregation": { "tools": true, "resources": true, "prompts": true }, "failover": { "enabled": true, "maxFailures": 2, "recoveryInterval": 30000 } } }

Latest Blog Posts

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/billyjbryant/mcp-foxxy-bridge'

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