A fully local, self-hosted repo index for coding agents (Rust, MIT, runs offline)
Summary
Basemind is an open-source tool that indexes repositories locally and serves context to coding agents via the MCP protocol, offering code maps, git history, and document RAG without cloud dependencies.
Similar Articles
@sourcebot_dev: Give agents context across your entire codebase. Open source, 1 min install.
Sourcebot has launched an open-source MCP (Model Context Protocol) server that connects AI coding agents like Cursor, Claude Code, and Copilot to an entire codebase for search, file reading, and reference resolution. It supports OAuth 2.0 and API key authorization with a quick 1-minute install.
Your vibe coded repo is rotting. I built an open source MCP to show Claude Code exactly where
Repowise is an open-source MCP tool that provides AI coding agents like Claude Code with codebase intelligence, including a 12-biomarker code health score, dependency analysis, git insights, and auto-generated docs, all running offline with Ollama.
Using Local Coding Agents
A tutorial by Sebastian Raschka on setting up a fully local coding agent using open-source tools and open-weight LLMs, covering motivations, setup, and advantages over proprietary services.
rohitg00/agentmemory
agentmemory is an open-source persistent memory layer for AI coding agents (Claude Code, Cursor, Gemini CLI, Codex CLI, etc.) that uses knowledge graphs, confidence scoring, and hybrid search to give agents long-term memory across sessions via MCP, hooks, or REST API. Built on the iii engine, it requires no external databases and exposes 51 MCP tools.
Show HN: Mindwalk – Replay coding-agent sessions on a 3D map of your codebase
Mindwalk is an open-source visualization tool that replays coding-agent sessions on a 3D map of your codebase, supporting Claude Code and Codex session logs with a local Go server and React/Three.js frontend.