Skip to main content
Glama
docker-config.json2.32 kB
{ "mcpServers": { "fetch": { "enabled": true, "timeout": 60, "command": "uvx", "args": ["mcp-server-fetch"], "transportType": "stdio", "retryAttempts": 3, "retryDelay": 1000, "healthCheck": { "enabled": true, "interval": 30000, "timeout": 5000 }, "toolNamespace": "fetch", "priority": 100, "tags": ["web", "http", "fetch"] }, "github": { "enabled": true, "timeout": 60, "command": "npx", "args": ["-y", "@modelcontextprotocol/server-github"], "transportType": "stdio", "env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}" }, "retryAttempts": 3, "retryDelay": 1000, "healthCheck": { "enabled": true, "interval": 30000, "timeout": 5000 }, "toolNamespace": "github", "priority": 100, "tags": ["github", "git", "version-control"] }, "filesystem": { "enabled": true, "timeout": 30, "command": "npx", "args": ["-y", "@modelcontextprotocol/server-filesystem", "/app/data"], "transportType": "stdio", "retryAttempts": 2, "retryDelay": 500, "healthCheck": { "enabled": true, "interval": 45000, "timeout": 3000 }, "toolNamespace": "fs", "resourceNamespace": "fs", "priority": 50, "tags": ["filesystem", "files", "local"] }, "brave_search": { "enabled": false, "timeout": 30, "command": "npx", "args": ["-y", "@modelcontextprotocol/server-brave-search"], "transportType": "stdio", "env": { "BRAVE_API_KEY": "${BRAVE_API_KEY}" }, "retryAttempts": 3, "retryDelay": 2000, "healthCheck": { "enabled": true, "interval": 60000, "timeout": 10000 }, "toolNamespace": "search", "priority": 200, "tags": ["search", "web", "brave"] } }, "bridge": { "host": "0.0.0.0", "port": 8080, "conflictResolution": "namespace", "defaultNamespace": true, "aggregation": { "tools": true, "resources": true, "prompts": true }, "failover": { "enabled": true, "maxFailures": 3, "recoveryInterval": 60000 } } }

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