docent-mcp

cuzfrog/docent-mcp
★ 1 stars Rust 🤖 AI/LLM Updated today
Semantic + BM25 Document + Git history search MCP server
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": {
    "docent-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "docent-mcp"
      ]
    }
  }
}

README Excerpt

**Semantic + BM25 Document & Git history search for Design Decision Records** — an MCP server that indexes documents and git history, letting agents query *why* code looks the way it does. ``` files/git ──▼── index ──▶ MCP server ◀──── query (cache) (HTTP) ``` ```sh docent init # generate docent.toml config

Topics

aibm25decision-recordsembedding-modelsgit-historyhybrid-searchindexinglocal-aimcpmcp-serversearch-engine