We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tar-ive/grants-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Node.js
node_modules/
build/
*.log
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
.coverage
htmlcov/
# Environment
.env
.env.*
!.env.example
# MCP/Claude specific
*.claude
.claude/
# Testing
.pytest_cache/
*.pytest_cache
# Documentation (working docs)
/ai_docs/
ai_docs/
# Specifications
/specs/
specs/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Coverage reports
/htmlcov/
htmlcov/
.coverage
coverage.xml
*.cover