Skip to main content
Glama

claude-mcp-server-gateway

by bzsasson
mcp_config.example.json941 B
{ "servers": { "memory-extension-pro": { "command": "/path/to/your/venv/bin/python", "args": ["/path/to/your/mcp_memory_server_hybrid.py"], "env": { "GEMINI_API_KEY": "" }, "description": "Advanced memory storage with permanent files, temporary content, semantic search" }, "google-search-console": { "command": "node", "args": ["/path/to/your/gsc-oauth-mcp/build/index.js"], "env": { "GOOGLE_CLIENT_ID": "", "GOOGLE_CLIENT_SECRET": "" }, "description": "Google Search Console data: search analytics, URL inspection, sitemaps" }, "google-workspace": { "command": "/path/to/your/.venv/bin/python", "args": ["/path/to/your/google_workspace_mcp/main.py"], "env": { "OAUTHLIB_INSECURE_TRANSPORT": "1" }, "description": "Google Workspace: Gmail, Drive, Calendar, Docs, Sheets, Tasks, Chat" } } }

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/bzsasson/claude-mcp-server-gateway'

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