We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/roddutra/agent-mcp-gateway'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Configuration files with secrets (use .example files as templates)
.env
*.mcp.json
.custom-mcp.json
config/.mcp.json
# MCP Gateway rules configurations
.mcp-gateway-rules.json
config/.mcp-gateway-rules.json
# MCP Registry authentication tokens
.mcpregistry_github_token
.mcpregistry_registry_token
# Keep example and test configs
!config/*.example
!config/*.test.json
# Logs and runtime data
logs/
*.log
*.jsonl
# Test and coverage reports
.coverage
htmlcov/
.pytest_cache/
*.cover
# Python tool caches
.mypy_cache/
.ruff_cache/
.pytype/
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Temporary documentation (work-in-progress, troubleshooting)
docs/temp/