We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/btangonan/smart_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# ChromaDB local database
.chroma/
*.chroma
# MCP configuration (tracked by default).
# To ignore it, uncomment the next line:
# .mcp.json
# Memory exports (optional - track for history)
claudedocs/*.md
# Python
__pycache__/
*.py[cod]
.pytest_cache/
.venv/
venv/
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp