We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/brockwebb/open-census-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.dockerignore•394 B
# Ignore the massive knowledge base source docs (900MB)
knowledge-base/source-docs/
knowledge-base/downloads/
# Keep the build scripts but ignore temp files
knowledge-base/*.log
knowledge-base/temp/
# Ignore other large dev files
.git/
*.pyc
__pycache__/
.pytest_cache/
.coverage
.env
.venv/
# Keep the built vector DB - we want this in the container
# data/vector_db/ <- DON'T ignore this