Skip to main content
Glama
development-config.json1.47 kB
{ "mcpServers": { "github": { "enabled": true, "timeout": 120, "command": "npx", "args": ["-y", "@modelcontextprotocol/server-github"], "env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}", "DEBUG": "${DEBUG:true}" }, "retryAttempts": 1, "retryDelay": 500, "healthCheck": { "enabled": false }, "toolNamespace": "github", "priority": 100, "tags": ["github", "development"] }, "filesystem": { "enabled": true, "timeout": 60, "command": "npx", "args": ["-y", "@modelcontextprotocol/server-filesystem", "${PWD}"], "retryAttempts": 1, "retryDelay": 200, "healthCheck": { "enabled": false }, "toolNamespace": "fs", "resourceNamespace": "fs", "priority": 50, "tags": ["filesystem", "development", "local"] }, "fetch": { "enabled": true, "timeout": 90, "command": "uvx", "args": ["mcp-server-fetch"], "retryAttempts": 1, "retryDelay": 300, "healthCheck": { "enabled": false }, "toolNamespace": "fetch", "priority": 100, "tags": ["web", "development"] } }, "bridge": { "conflictResolution": "namespace", "defaultNamespace": true, "aggregation": { "tools": true, "resources": true, "prompts": true }, "failover": { "enabled": false } } }

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