We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mnehmos/ChatRPG'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
start.sh•157 B
#!/bin/sh
# Start mcp-proxy with the MCP server
# Uses PORT env var from Railway, defaults to 8080
exec mcp-proxy --port ${PORT:-8080} -- node dist/index.js