We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rushi/gocd-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•393 B
# GoCD Server URL (include port if non-standard)
GOCD_SERVER_URL=https://gocd.example.com:8154
# MCP Server Configuration
# Host to bind the MCP server to (defaults to 0.0.0.0)
MCP_HOST=0.0.0.0
# Port for the MCP server to listen on (defaults to 3000)
MCP_PORT=3000
# Log level for pino logger (optional, defaults to 'info')
# Options: trace, debug, info, warn, error, fatal
LOG_LEVEL=info