kodit Docs
kodit: Code Indexing MCP Server
Installation
Please choose your preferred installation method. They all ultimately install the kodit cli, which contains the kodit MCP server and other tools to manage your data sources.
Docker
docker run -it --rm registry.helix.ml/helix/kodit:latest
Always replace latest with a specific version.
pipx
pipx install kodit
homebrew
brew install helixml/kodit/kodit
uv
uv tool install kodit
pip
Use this if you want to use kodit as a python library:
pip install kodit