Skip to main content
Glama
token-config.json771 B
{ "port": 4000, "host": "localhost", "auth": { "type": "token", "options": { "token": "${MCP_TOKEN}" } }, "mcpServers": { "memory": { "transportType": "stdio", "command": "node", "args": ["examples/servers/scripts/memory-server.js"], "description": "Memory-based MCP server", "tags": ["memory", "test"] }, "echo": { "transportType": "stdio", "command": "node", "args": ["examples/servers/scripts/echo-server.js"], "description": "Echo MCP server", "tags": ["echo", "test"] }, "http-echo": { "transportType": "http", "url": "http://localhost:4001", "description": "HTTP Echo MCP server", "tags": ["echo", "http", "sse", "test"] } } }

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/metcalfc/atrax'

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