Frontier-grade Go intelligence The verification harness for any coding model.
Elevate open and proprietary models to frontier-lab consistency with immutable workspace context, change continuity contracts, and executed whole-package verification.
Prevent agent drift and silent regressions
Unassisted agents lose context, mutate public API signatures without checking callers, and omit whole-package test verification.
Install in seconds. Connect directly.
Zero cloud dependencies, no API keys. Works seamlessly with Claude Desktop, Cursor, Cline, and Claude Code over standard stdio transport.
brew install agentic-mcps/tap/agentic-go
agentic-go --version
{
"mcpServers": {
"agentic-go": {
"command": "agentic-go",
"args": [
"--workspace",
"/path/to/your/go/project"
]
}
}
}
Designed to stay grounded. Built to verify.
Every feature is deterministic, local, and pinned to an immutable workspace snapshot.
Workspace Context
Compact Context Packs for LLM tokens
Change Continuity
Drift prevention & intent contracts
Guarded Refactor
Content-addressed AST mutation
The Verification Pipeline
Inspect how agentic.verify/v1 assembles executed whole-package evidence, race reports, and calibrated uncertainty.
Content-Addressed Workspace Baseline
Before reading or modifying code, agentic-go computes an immutable snapshot hash over workspace files and AST structures. All operations are pinned to this Snapshot Ref.
-
Snapshot hash:
sha256:5e3037779544636ea1d... - Workspace containment: symlinks resolved within boundary
- Affected package closure: 6 packages computed
{
"snapshot_ref": "sha256:5e3037779544636ea1d0338cce1dc798bac1be4ad1f22d9622f68f95e1f45db7",
"root_module": "github.com/agentic-mcps/go",
"go_version": "1.27.0",
"gopls_version": "v0.21.0",
"contained_files_count": 142,
"packages_loaded": 18,
"staleness_detected": false
}
Does this replace gopls?
agentic-go bundles a pinned gopls v0.21.0 companion named agentic-go-gopls. It uses gopls as a private stdio sidecar for type analysis and symbol references, while building immutable snapshot lineage, change continuity contracts, guarded mutation, and whole-package verification around it.
How does it help open-weight models?
agentic-go gives them deterministic AST lookups, change contracts to prevent drift, and whole-package test verification - producing results on par with proprietary frontier setups.
Can it modify my files or Git history?
agentic-go will never mutate Git repository state (it never runs git commit, git add, or branch commands). The only mutating tool is go_refactor, which applies deterministic AST edits only to existing contained non-generated files after rechecking all file preimages against a recovery journal.
What execution privileges does verification need?
go test ./... in terminal). All paths are contained and symlink-resolved, but this is containment, not a sandbox. Do not run verification on hostile untrusted repositories.
Is it free and open source?
Free. Open source. Built for Go.
Give your AI coding agents true repository context and evidence-backed verification.