AI-native architecture linter and guardrail for Go with zero-config presets and native MCP server for coding agents
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"arch-vet": {
"command": "go",
"args": [
"run",
"github.com/SalvucciFacundo/arch-vet@latest"
]
}
}
}
Run in terminal:
claude mcp add arch-vet go run github.com/SalvucciFacundo/arch-vet@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"arch-vet": {
"command": "go",
"args": [
"run",
"github.com/SalvucciFacundo/arch-vet@latest"
]
}
}
}
README Excerpt
<div align="center"> <img src="docs/assets/banner.png" alt="arch-vet banner" width="100%" style="border-radius: 8px; margin-bottom: 20px;" /> **The AI-Native Architecture Linter & Guardrail for Go** <p align="center"> <a href="#key-features">Key Features</a> • <a href="#installation">Installation</a> •
Tools (6)
ARCH001ARCH002ARCH003explain_ruleget_architectural_mapverify_architecture
Topics
ai-agentsai-codingarchitectureclaude-codeclean-architecturedeveloper-toolsgogolangguardrailhexagonal-architecturelintermcpmodel-context-protocolstatic-analysis