project-code-intelligence

cvandesande/project-code-intelligence
★ 0 stars Python 🤖 AI/LLM Updated today
Generic code intelligence indexer and stdio MCP server backed by Postgres/pgvector
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "project-code-intelli": {
      "command": "uvx",
      "args": [
        "project-code-intelligence"
      ]
    }
  }
}

Or install with pip: pip install project-code-intelligence

README Excerpt

`project-code-intelligence` indexes a Git repository into Postgres/pgvector and serves the result through a small stdio MCP server. The goal is higher-quality agent results: reuse a local code index instead of re-reading the same repository over and over, reducing token and embedding cost while making codebase navigation faster.

Tools (4)

amdgpucpunpunvidia