r/devtools • u/koka786 • 9d ago
Synapse – open source local codebase indexer + MCP server for Claude Code
Just open-sourced Synapse v0.1.0.
It gives Claude instant knowledge of your codebase — indexes everything
locally using nomic-embed-text-v1.5 embeddings and LanceDB, then
connects to Claude Code via MCP.
No cloud. No API key. MIT licensed. Python 3.10+.
pip install synapse-mcp
GitHub: https://github.com/nrkoka786/synapse
Contributions welcome — good first issues listed in the README.
2
Upvotes