MCP Catalogs
Home

ronykit

by clubpay·36·Score 44

Go-based API framework with built-in MCP server for AI-assisted development scaffolding.

developer-toolsai-llm
5
Forks
0
Open issues
this month
Last commit
2d ago
Indexed

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:

you:AI-assisted API development with MCP-enabled IDEs
you:Rapid scaffolding of microservices with proper architecture
you:Generating type-safe API handlers and client stubs

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 README
  • setup_workspace

    Create a new RonyKit project/workspace with interactive setup

  • add_service

    Add a new service to an existing RonyKit workspace

  • generate_docs

    Generate API documentation Swagger UI/ReDoc for RonyKit services

  • generate_client_stubs

    Generate Go and TypeScript client stubs from service definitions

  • scaffold_project

    Scaffold a complete RonyKit project with dependency injection and database migrations

Comparable tools

github-copilot-mcpcursor-mcpmodelcontextprotocol-gomcp

Installation

Install RonyKIT:

go install github.com/clubpay/ronykit/ronyup@latest

Configure 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.