We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/krunal16-c/gov-ca-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Ignore Python cache and compiled files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Virtual environments
.venv/
venv/
ENV/
env/
# IDE files
.vscode/
.idea/
*.swp
*.swo
# Build artifacts
build/
dist/
*.egg-info/
.eggs/
# Test and coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
# Local config
.env
.env.local