We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ryoooo/e-gov-law-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Testing
.coverage
.coverage.*
.cache
.pytest_cache/
htmlcov/
.tox/
.coverage.xml
*.cover
.hypothesis/
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# Logs
*.log
logs/
# Environment variables
.env.local
.env.production
.env.test
# uv
.uv/
# MyPy
.mypy_cache/
.dmypy.json
dmypy.json
# Temporary files
*.tmp
*.temp
temp/
tmp/
# Test output
test_*.py
!tests/test_*.py
# MCP specific
.mcp/
mcp_debug.log
# FastMCP
.fastmcp/
# Local development files
*.local.*
local_*
!local_example*
# Development documentation (Claude-specific)
CLAUDE.md