Skip to main content
Glama
basic-config.json881 B
{ "$schema": "/Users/billybryant/.config/foxxy-bridge/bridge_config_schema.json", "mcpServers": { "github": { "enabled": true, "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-github" ], "env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}" }, "toolNamespace": "github" }, "filesystem": { "enabled": true, "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filesystem", "${HOME}/Documents" ], "toolNamespace": "fs", "resourceNamespace": "fs" }, "fetch": { "enabled": true, "command": "uvx", "args": [ "mcp-server-fetch" ], "toolNamespace": "fetch" } }, "bridge": { "host": "127.0.0.1", "port": 8080, "conflictResolution": "namespace" } }

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