Skip to main content
Glama

MCP Server Boilerplate

by chrisleekr
mcp-config.example.json502 B
{ "mcpServers": { "mcp-server-boilerplate-cursor": { "type": "http", "url": "http://0.0.0.0:3000/mcp" }, "mcp-server-boilerplate-claude": { "command": "npx", "args": [ "-y", "mcp-remote", "http://0.0.0.0:3000/mcp", "--allow-http", "--transport", "http-only", "--debug" ], "env": { "PATH": "~/.local/share/nvm/v22.17.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" } } } }

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/chrisleekr/mcp-server-boilerplate'

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