Skip to main content
Glama

Codebase MCP Server

by Ravenight13
.gitignore839 B
# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # IDEs .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Testing .pytest_cache/ .coverage .coverage.* htmlcov/ .tox/ .nox/ coverage.xml *.cover .hypothesis/ # Type checking .mypy_cache/ .dmypy.json dmypy.json .pyre/ .pytype/ # Linting .ruff_cache/ # Database *.db *.sqlite *.sqlite3 # Logs *.log logs/ /tmp/ # Documentation builds docs/_build/ site/ # Local configuration (keep .env.example) .env.local *.local # OS files .DS_Store Thumbs.db # UV lock file (optional - some teams commit this) # uv.lock # Alembic alembic/versions/*.pyc

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/Ravenight13/codebase-mcp'

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