★ 27 stars
Go
🤖 AI/LLM
Updated 7d ago
Claude Code rewritten in Go.. High-performance AI agent harness runtime in Go. MCP server, CLI tool orchestration, session management, Kiro integration. Single binary, zero dependencies.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"gocode": {
"command": "go",
"args": [
"run",
"github.com/AlleyBo55/gocode@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add gocode go run github.com/AlleyBo55/gocode@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"gocode": {
"command": "go",
"args": [
"run",
"github.com/AlleyBo55/gocode@latest"
]
}
}
}
📋 Copy
Topics
ai ai-agents ai-tools antigravity claude-code cli code-cli cursor cursor-ide developer-tools go golang kiro tool-orchestration