
Claude Code Go
by lishuo0
An AI Coding Agent for Go developers, implementing the Claude Code architecture from scratch.
What it does
Claude Code Go is an educational project that implements a full-featured AI Coding Agent specifically for Go developers. It mimics the architecture of Anthropic's Claude Code to provide a local, interactive REPL where developers can manage their codebase using natural language.
Tools
- fs_read: Read files from the workspace
- fs_write: Create or update files
- shell_exec: Execute bash commands and read output
- glob: Search for files using patterns
- grep: Search for text within files
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"claude-code-go": {
"command": "/path/to/bin/agentd",
"args": ["mcp"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
make build && ./bin/agentd chatInformation
- Pricing
- free
- Published
- 5/18/2026
- stars






