Back to Apps

Claude Code Go
by lishuo0
Go reimplementation of Claude Code, an agentic AI coding assistant for your terminal.
0 stars
Works in:Cursorzed
Exposes:ToolsResources
What it does
Claude Code Go is a high-performance Go implementation of Anthropic's official TypeScript CLI. It provides an agentic AI coding assistant that lives directly in your terminal, allowing the LLM to understand your codebase, execute shell commands, and perform complex refactors through natural conversation.
Tools
- File Operations: Read, write, edit, glob, and grep files within the project.
- Shell Execution: Run bash commands directly to execute tests or build scripts.
- Web Search: Fetch and search the web for external documentation.
- MCP Support: Connect to external tools via the Model Context Protocol.
- Session Management: Resume previous conversations and automatically compact long histories.
Installation
{
"mcpServers": {
"claude-code-go": {
"command": "claude",
"args": []
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Zed
Quick install
go install github.com/tunsuy/claude-code-go/cmd/claude@latestInformation
- Pricing
- free
- Published
- 5/18/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
zed
settings.json context_servers entryCursor
mcp.json entry in ~/.cursor/Claude Desktop
{"mcpServers": {"claude-code-go": {"command": "claude", "args": []}}}





