
Catuaba
by dayvsonlima
Rails-like full-stack Go framework with built-in MCP server for AI-powered project generation and management.
What it does
Catuaba is a high-productivity framework for building full-stack Go web applications. It eliminates boilerplate by providing generators for CRUD, models, and controllers. Its built-in MCP server allows AI assistants to understand the entire project structure, inspect models and routes, and directly generate new features via tools.
Tools
generate_scaffold: Creates a complete CRUD resource including models, handlers, views, API, and routes.generate_model: Generates a GORM model and corresponding SQL migration.get_model: Inspects detailed field and type information for a specific model.get_routes: Lists application routes, filterable by prefix.get_logs: Retrieves recent application logs with level and path filtering.run_command: Executes any catuaba generate subcommand directly.install_plugin: Installs new plugins to extend framework functionality.
Installation
Add the following to your .mcp.json or claude_desktop_config.json:
{
"mcpServers": {
"catuaba": {
"command": "catuaba",
"args": ["mcp"]
}
}
}
Supported hosts
- claude
- cursor
- windsurf
Quick install
go install github.com/dayvsonlima/catuaba@latestInformation
- Pricing
- free
- Published
- 5/16/2026






