We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pritrj/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[[services]]
name = "mcp-server"
source = "."
buildCommand = "pip install -r requirements.txt"
startCommand = "uvicorn src.main:app --host 0.0.0.0 --port $PORT"
healthcheckPath = "/"
healthcheckTimeout = 300
restartPolicyType = "ON_FAILURE"
restartPolicyMaxRetries = 10
[services.variables]
PYTHONPATH = "."