We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/schlpbch/aareguru-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python cache
__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info
dist/
build/
# Virtual environments
env/
venv/
.venv/
ENV/
# Testing
.pytest_cache
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
nosetests.xml
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Git
.git/
.gitignore
.gitattributes
# Documentation
docs/
*.md
!README.md
# Tests
tests/
# Environment files
.env
.env.*
!.env.example
# CI/CD
.github/
.gitlab-ci.yml
# Logs
*.log
pip-log.txt
# Other
.mypy_cache/
.ruff_cache/
.hypothesize/