SIN-Code

OpenSIN-Code/SIN-Code
★ 1 stars Go AI/LLM Updated today
SIN-Code — the verification-first coding agent. CLI + TUI + WebUI + unified MCP server (44+ tools), multi-agent orchestrator with critic/adversary/governor, persistent memory, LSP.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sin-code": {
      "command": "go",
      "args": [
        "run",
        "github.com/OpenSIN-Code/SIN-Code@latest"
      ]
    }
  }
}

README Excerpt

> The verification-first, self-improving AI agent for code — learns from mistakes, never repeats a failure, and acts autonomously within hard safety invariants. - **Version**: [v3.15.0](https://github.com/OpenSIN-Code/SIN-Code/releases/tag/v3.15.0) - **Maturity**: Production - **Language**: Go (single static binary) + Python companion package