Skip to main content
Glama
.mcp.json.example842 B
{ "mcpServers": { "brave-search": { "description": "Web search via Brave Search API", "command": "npx", "args": ["-y", "@modelcontextprotocol/server-brave-search"], "env": { "BRAVE_API_KEY": "${BRAVE_API_KEY}" } }, "postgres": { "description": "PostgreSQL database access and query execution", "command": "uvx", "args": ["mcp-server-postgres"], "env": { "POSTGRES_URL": "${POSTGRES_URL}" } }, "filesystem": { "description": "Read and write files in /workspace directory", "command": "npx", "args": ["-y", "@modelcontextprotocol/server-filesystem", "/workspace"] }, "notion": { "description": "Access and manage Notion workspaces", "url": "https://mcp.notion.com/mcp", "transport": "http" } } }

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/roddutra/agent-mcp-gateway'

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