We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PuemMTH/mcp-commands'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•364 B
# PostgreSQL password for mcp-commands-db container
POSTGRES_PASSWORD=your_secure_password_here
# Full DSN (auto-built by docker-compose, override if needed)
DATABASE_URL=postgresql://mcp_commands:your_secure_password_here@mcp-commands-db:5432/mcp_commands
# Transport: "stdio" for local Claude Code, "sse" for containerized HTTP
MCP_TRANSPORT=sse
MCP_PORT=8432