We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yw0nam/mcp_a2a_gateway'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•498 B
# Transport type: stdio, streamable-http, or sse
MCP_TRANSPORT="streamable-http"
# Host for the MCP server
MCP_HOST="0.0.0.0"
# Port for the MCP server (when using HTTP transports)
MCP_PORT="10000"
# Path for the MCP server endpoint (when using HTTP transports)
MCP_PATH="/mcp"
# Path for SSE endpoint (when using SSE transport)
MCP_SSE_PATH="/sse"
# Enable debug logging
MCP_DEBUG="true"
# Request timeout in seconds
MCP_REQUEST_TIMEOUT=30
MCP_REQUEST_IMMEDIATE_TIMEOUT=2
MCP_DATA_DIR="data"