codi

cursedxp/codi
★ 0 stars Rust AI/LLM Updated today
Local-first AI coding agent powered by a small local LLM — runs Goose, understands your repo via RAG, integrates with Claude Code as an MCP server
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codi": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "codi"
      ]
    }
  }
}

README Excerpt

`codi` is a terminal AI coding agent that runs against a **local LLM** (Ollama or any OpenAI-compatible endpoint) with optional cloud escalation. It understands your repo via a local RAG index, writes and edits code, runs tests, reviews its own diffs — and integrates natively with Claude Code as an MCP server.

Tools (1)

hybrid