Docent DDR
БесплатноНе проверенExperimental Rust MCP server for semantic and BM25 hybrid search over design decision records and git history.
Описание
Experimental Rust MCP server for semantic and BM25 hybrid search over design decision records and git history.
README
docent
Semantic + BM25 Document search — an experimental MCP server written in Rust that indexes markdown documents, letting agents query why code looks the way it does.
files ──▼── index (in-memory) ──▶ MCP server ◀──── query
(HTTP)
Quick Start
docent init # generate docent.toml config
docent serve # start MCP server on port 7878 (indexes doc_dirs in the background)
Open http://localhost:7878 for the built-in Web UI.
Usage
| Command | Description |
|---|---|
docent init |
Generate a docent.toml config file |
docent serve |
Start the MCP server (streamable HTTP); indexes in the background |
docent list-models |
List supported embedding models |
Flags: --config <path> (default ./docent.toml).
How It Works
- Sources — Reads markdown files from
[index] doc_dirs(default:./). - Section-aware chunking — Splits documents into chunks, preserving heading structure.
- Embedding — Converts chunks to vectors via
fastembed(configurable model). - In-memory index — Builds an in-memory semantic + BM25 index on
servestartup; nothing is persisted to disk. - Auto-refresh — Watches
doc_dirsfor changes (debounced) and incrementally reindexes edited files. Stale results during reindex are flagged viaSearchResult.stale = true. - Semantic + BM25 search — Hybrid scoring with configurable algorithm.
- MCP server — Exposes
search_doctool over streamable HTTP.
Install
TBC
Documentation
Установка Docent DDR
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/cuzfrog/docent-mcpFAQ
Docent DDR MCP бесплатный?
Да, Docent DDR MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Docent DDR?
Нет, Docent DDR работает без API-ключей и переменных окружения.
Docent DDR — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Docent DDR в Claude Desktop, Claude Code или Cursor?
Открой Docent DDR на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Docent DDR with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
