octocode: Local-First Semantic + Structural Code Search MCP
donk8r · reddit · 2026-07-06
donk8r open-sourced octocode (Rust, Apache-2.0), a local-first MCP server that indexes codebases to provide semantic and structural search, preventing agents from repeatedly grepping and reading entire files. Features: chunking based on tree-sitter AST using real code boundaries (functions/classes/methods); semantic + BM25 hybrid retrieval; incremental rebuilds via content hashing to keep indexes fresh; GraphRAG disabled by default and available on demand; local embeddings (fastembed) requiring no API key, keeping code entirely on-device.
More from coding & agent
- Tweaked orchestration skill turns agents into self-policing workflow — pvncher · 2026-07-27
- A practical map of 11 protocols in the modern AI agent stack — TheTuringPost · 2026-07-27
- Qwen Code nightly adds Goal v3 orchestration and workspace channel controls — qwen-code-ci-bot · 2026-07-27
- NVIDIA says Nemotron 3 Ultra hit 97.1% on agentic RTL chip-design tasks — NVIDIAAI · 2026-07-27
- Tokyo Agent Forge hackathon shipped production-ready AI agents in one day — DavidBennett__ · 2026-07-27
- Long-running agents will need immutable event logs, this thread argues — sebpaquet · 2026-07-27