We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Narasimhaponnada/mcp-mermiad'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•325 B
# Example Environment Variables
# Port for REST API server
PORT=3000
# Port for WebSocket server
WS_PORT=3001
# MCP Server Command (use 'mermaid-mcp' if installed globally)
MCP_SERVER_CMD=mermaid-mcp
# Or specify full path if using source
# MCP_SERVER_CMD=node
# MCP_SERVER_ARGS=/path/to/mermaid-mcp-server/dist/index.js