Learn to build AI-powered infrastructure automation with MCP servers and AI agents in Go. Production-ready patterns for DevOps engineers to create intelligent AWS automation systems.
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": {
"the-aiops-book": {
"command": "go",
"args": [
"run",
"github.com/hoalongnatsu/the-aiops-book@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add the-aiops-book go run github.com/hoalongnatsu/the-aiops-book@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"the-aiops-book": {
"command": "go",
"args": [
"run",
"github.com/hoalongnatsu/the-aiops-book@latest"
]
}
}
}
📋 Copy