coddy-agent MCP Server
coddy-project/coddy-agent
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.
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
coddy-project/coddy-agent is a Go MCP server. 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. Topics: acp, agent, agent-client-protocol, antropic, cli, code-agent, llm, mcp, openai, skills, tui.
Ranked #41 out of 124 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
5 stars → early stage
Last commit 1d ago → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# Coddy Agent A **ReAct (Reasoning + Acting)** AI coding agent written in Go, compatible with any [Agent Client Protocol (ACP)](https://agentclientprotocol.com/) editor such as Cursor, Zed, or any other ACP client. ## Features - **ReAct loop** - LLM alternates between thinking, acting (tool calls), and observing results - **Two operating modes** - `agent` (full tool access) and `plan` (planning + text files only) - **Cursor rules support** - reads `.cursor/rules/` and skills just like Cursor IDE - **MCP server integration** - connect any MCP server for additional tools - **Multi-provider LLM** - OpenAI, Anthropic, Ollama, any OpenAI-compatible API - **ACP protocol** - works with Cursor, Zed, and other ACP-compatible editors ## Quick Start ### Installation ```bash go install github.com/EvilFreelancer/coddy-agent/cmd/coddy@latest ``` Or build and install manually from source: ```bash git clone https://github.com/EvilFreelancer/coddy-agent cd coddy-agent make install ``` `make inRead full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.