ronykit
by clubpay·★ 36·Score 44
Go-based API framework with built-in MCP server for AI-assisted development scaffolding.
Overview
RonyKit is a high-performance Go API framework that provides scaffolding tools, type-safe handlers, auto-generated documentation, and client stubs. It includes an MCP server in the ronyup CLI tool that enables AI assistants in IDEs like Cursor and GoLand to scaffold workspaces, plan services, and generate implementation code following RonyKit best practices. The framework supports both REST and RPC protocols from the same handler with minimal boilerplate.
Try asking AI
After installing, here are 3 things you can ask your AI assistant:
When to choose this
Choose RonyKit's MCP server when developing Go APIs with AI assistance, especially when you want type safety, auto-generated documentation, and consistent scaffolding across your projects.
When NOT to choose this
Don't choose RonyKit if you're not working with Go APIs, or if you prefer a different language ecosystem for your AI-assisted development.
Tools this server exposes
5 tools extracted from the READMEsetup_workspaceCreate a new RonyKit project/workspace with interactive setup
add_serviceAdd a new service to an existing RonyKit workspace
generate_docsGenerate API documentation Swagger UI/ReDoc for RonyKit services
generate_client_stubsGenerate Go and TypeScript client stubs from service definitions
scaffold_projectScaffold a complete RonyKit project with dependency injection and database migrations
Comparable tools
Installation
Install RonyKIT:
go install github.com/clubpay/ronykit/ronyup@latestConfigure the MCP server in Claude Desktop:
{
"mcpServers": {
"ronyup": {
"command": "ronyup",
"args": ["mcp"]
}
}
}Add this to .cursor/mcp.json for Cursor IDE or configure via Settings in GoLand.
Compare ronykit with
Last updated · Auto-generated from public README + GitHub signals.