We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aidenlab/hello3dmcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env•351 B
# MCP Server Configuration
# MCP server port (default: 3000)
MCP_PORT=3000
# WebSocket server port (default: 3001)
WS_PORT=3001
# Browser URL for the 3D app frontend
# This is used when generating connection URLs for MCP clients
# Default: http://localhost:5173
# For production: https://your-frontend.netlify.app
BROWSER_URL=http://localhost:5173