返回
RCreddit.com
18
·开发者社区 · RSS

A fully local, self-hosted repo index for coding agents (Rust, MIT, runs offline)

查看原文
推荐理由

这条记录涉及编程工具或代码能力更新,适合开发者评估工作流变化和可复用价值。

If you run local models for coding, feeding them repo context without blowing the context window is half the battle. I built basemind to index a repo locally and serve it over MCP: a code map across 300+ languages, git history and blame, and document RAG over 90+ formats, all on your machine, no cloud.

The query tools return signatures and line numbers instead of whole files, so a structural question costs a fraction of the tokens of reading source, which matters more when your context budget is tight. There's an expand tool to fetch a full function body only when needed.

It runs as an MCP server, a CLI, or a Claude Code plugin over one local index. Rust, MIT.

Honest limitation: the index lags edits between scans (watch mode + rescan handle most of it), and the first cold scan of a big repo takes a bit.

https://github.com/Goldziher/basemind

Curious how folks here are wiring repo context into local coding setups.

主题标签开源代码端侧推理
原始关键词#offline#agents#coding#hosted#fully#index
查看原文reddit.com
单一来源,暂无交叉验证
A fully local, self-hosted repo index for coding agents (Rust, MIT, runs offline) · BuzzRadr