Design-first agentic systems in Go: declare agents, tools, MCP servers, policies, and structured model output in Goa, then generate the durable runtime.
View on GitHub →
🔍 Audit Wallet Slippage →
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": {
"goa-ai": {
"command": "go",
"args": [
"run",
"github.com/goadesign/goa-ai@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add goa-ai go run github.com/goadesign/goa-ai@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"goa-ai": {
"command": "go",
"args": [
"run",
"github.com/goadesign/goa-ai@latest"
]
}
}
}
📋 Copy
README Excerpt
<p align="center"> <a href="https://goa.design"> <img alt="Goa-AI" src="https://raw.githubusercontent.com/goadesign/goa-ai/main/docs/img/goa-ai-banner.png" width="50%"> </a> </p> <p align="center"> <a href="https://github.com/goadesign/goa-ai/releases/latest"><img alt="Release" src="https://img.shields.io/github/v/release/goadesign/goa-ai?style=for-the-badge"></a>
Topics
agentic-ai ai-agents code-generation go goa golang llm mcp model-context-protocol temporal workflows