Skip to main content
Glama

Codebase RAG MCP Server

by allentcm
pyproject.toml400 B
[project] name = "mcp-codebase-rag" version = "1.0.0" description = "MCP server for code retrieval from a fully indexed codebase using CocoIndex" requires-python = ">=3.11" dependencies = [ "cocoindex[embeddings]>=0.1.79", "python-dotenv>=1.0.1", "pgvector>=0.4.1", "psycopg[binary,pool]", "mcp", "starlette", "uvicorn", 'argparse', ] [tool.setuptools] packages = []

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

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