Skip to main content
Glama

MCP Indexer

by gkatechis
.gitignore608 B
# Python __pycache__/ *.py[cod] *$py.class *.so .Python venv/ env/ ENV/ .venv/ *.egg-info/ # ChromaDB and local data chroma_data/ *.db !.beads/*.jsonl mcp_index_data/ mcp_index_data_*/ # Testing .pytest_cache/ .coverage htmlcov/ # IDE .vscode/ .idea/ .cursor/ .claude/ *.swp *.swo # OS .DS_Store Thumbs.db # MCP local configuration .mcp/ .mcp.json # Beads issue tracker # .beads/issues.jsonl is committed (source of truth) # .beads/*.db is ignored (local SQLite cache) .beads/daemon.lock .beads/daemon.log .beads/daemon.pid # Local configuration .scout/ # Project-specific documentation ZENDESK_*.md

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gkatechis/mcpIndexer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server