Skip to main content
Glama

MCP Proxy Server

by adamwattis
config.example.json492 B
{ "servers": [ { "name": "Example Server 1", "transport": { "command": "/path/to/server1/build/index.js" } }, { "name": "Example Server 2", "transport": { "command": "npx", "args": [ "@example/mcp-server", "--option", "value" ] } }, { "name": "Example Server 3", "transport": { "type": "sse", "url": "http://example.com/mcp" } } ] }

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/adamwattis/mcp-proxy-server'

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