Skip to main content
Glama
full-featured-config.json3.03 kB
{ "mcpServers": { "fetch": { "enabled": true, "timeout": 60, "command": "uvx", "args": ["mcp-server-fetch"], "transport": "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"], "transport": "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", "/home/user"], "transport": "stdio", "retryAttempts": 2, "retryDelay": 500, "healthCheck": { "enabled": true, "interval": 45000, "timeout": 3000 }, "toolNamespace": "fs", "resourceNamespace": "fs", "priority": 50, "tags": ["filesystem", "files", "local"], "security": { "read_only_mode": true, "tool_security": { "allow_patterns": ["read_*", "list_*"], "block_patterns": ["write_*", "delete_*"], "allow_tools": ["read_file", "list_directory"], "block_tools": ["write_file", "delete_file"] } } }, "brave_search": { "enabled": false, "timeout": 30, "command": "npx", "args": ["-y", "@modelcontextprotocol/server-brave-search"], "transport": "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": { "port": 9000, "oauth_port": 8090, "conflictResolution": "namespace", "defaultNamespace": true, "allow_command_substitution": false, "allowed_commands": [], "aggregation": { "tools": true, "resources": true, "prompts": true }, "failover": { "enabled": true, "maxFailures": 3, "recoveryInterval": 60000 }, "security": { "read_only_mode": true, "tool_security": { "allow_patterns": ["read_*", "list_*", "get_*", "search_*"], "block_patterns": ["delete_*", "remove_*", "*_force_*"], "allow_tools": [], "block_tools": ["system_shutdown", "format_disk"], "classification_overrides": {} } } } }

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