We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/clafoutis42/no-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
example.env•253 B
# No MCP
ENVIRONMENT=development
SERVICE=no-mcp
# Logging
LOG_LEVEL=info
# stdio MCP (default)
MCP_TRANSPORT=stdio
# Uncomment to configure and run as http server
# MCP_TRANSPORT=http
# MCP_HTTP_HOST=0.0.0.0
# MCP_HTTP_PORT=8000
# MCP_HTTP_PATH=/mcp