coddy-agent

coddy-project/coddy-agent
★ 7 stars Go 🤖 AI/LLM Updated today
Open-source ReAct AI coding agent in Go with TUI. Works with Cursor, Zed via ACP. Supports any OpenAI-compatible providers. Can use SKILLS and MCP servers.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "coddy-agent": {
      "command": "go",
      "args": [
        "run",
        "github.com/coddy-project/coddy-agent@latest"
      ]
    }
  }
}

README Excerpt

**Coddy is a distroless-friendly harness** for running an [Agent Client Protocol (ACP)](https://agentclientprotocol.com/) agent over stdio. It ships as a single static-friendly Go binary, so you can drop it into minimal container images (`scratch`, `distroless`, read-only workspaces) without a full OS shell

Tools (2)

GITHUB_PERSONAL_ACCESS_TOKENgithub

Topics

acpagentagent-client-protocolantropicclicode-agentllmmcpopenaiskillstui