Back to Apps

Kthulu Go
Supports UIby pmaojo
AI-native software foundry for Go developers, featuring architecture-as-code and autonomous agent control.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
Kthulu Go is an intelligent development framework that exposes its entire CLI as an MCP server. It allows AI agents to automate the scaffolding of Modular Monoliths, manage project blueprints (Architecture as Code), and conduct security and compliance audits.
Tools
plan: Generate architecture blueprints using a custom DSL.create: Scaffold production-ready projects from blueprints.coder: Launch an autonomous TUI agent for feature development.ai gen-feature: Generate specific features based on project context.ai review: Perform AI-driven code reviews.ai optimize: Optimize existing code for performance.audit: Run security and compliance checks (GDPR, PCI, SOX).deploy: Zero-config deployment to AWS, GCP, Azure, or K8s.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"kthulu": {
"command": "/path/to/kthulu",
"args": []
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
go build -o kthulu ./cmd/kthulu/main.goInformation
- Pricing
- free
- Published
- 4/26/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add /path/to/kthulu to your MCP settings in Cursor.Claude Desktop
{"mcpServers": {"kthulu": {"command": "/path/to/kthulu"}}}





