MCP Directory
Back

mcp_codebase_knowledege

by KUSH42 · Python · ★ 0

A [Model Context Protocol](https://modelcontextprotocol.io/) server that gives LLM agents structured access to architectural decisions, code patterns, and project conventions. Backed by BM25 search with stemming, stopword removal, and document-length normalization - no embedding model required.

Install

pip install git+https://github.com/KUSH42/mcp_codebase_knowledege.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-codebase-knowledege": {
      "command": "uvx",
      "args": [
        "git+https://github.com/KUSH42/mcp_codebase_knowledege.git"
      ]
    }
  }
}

From the README

A [Model Context Protocol](https://modelcontextprotocol.io/) server that gives LLM agents structured access to architectural decisions, code patterns, and project conventions. Backed by BM25 search with stemming, stopword removal, and document-length normalization — no embedding model required. Agents working on a codebase need to know *why* things are the way they are, not just *what* the code does. This server stores and retrieves three categories of knowledge: | Namespace | What it captures | Example | |-----------|-----------------|---------| | **Decisions** | Architectural choices and t…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers