We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aibozo/agenticRAG-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Ignore patterns for AgenticRAG indexing
# This file follows .gitignore syntax
# Version control
.git/
.svn/
.hg/
# Build artifacts
build/
dist/
*.egg-info/
__pycache__/
*.pyc
*.pyo
*.so
*.dll
*.dylib
# Dependencies
node_modules/
venv/
env/
.env
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Large binary files
*.zip
*.tar
*.gz
*.rar
*.7z
*.exe
*.dmg
*.iso
*.jar
# Media files
*.mp4
*.mp3
*.wav
*.avi
*.mov
*.jpg
*.jpeg
*.png
*.gif
*.ico
*.svg
# Database files
*.db
*.sqlite
*.sqlite3
# Logs
*.log
logs/
# Project specific
chroma_db/
.mcp/
tmp/