MCP Catalogs
首页

ronykit

by clubpay·36·综合分 44

Go API 框架,内置 MCP 服务器支持 AI 辅助开发脚手架。

developer-toolsai-llm
5
Forks
0
活跃 Issue
本月
最近提交
2 天前
收录于

概述

RonyKit 是一个高性能的 Go API 框架,提供脚手架工具、类型安全处理器、自动生成的文档和客户端存根。它包含在 ronyup CLI 工具中的 MCP 服务器,使 Cursor 和 GoLand 等 IDE 中的 AI 助手能够遵循 RonyKit 最佳实践来搭建工作空间、规划服务和生成实现代码。该框架支持从同一处理器提供 REST 和 RPC 协议,并具有最少的样板代码。

试试问 AI

装完之后,这里有 3 个你可以让 AI 做的事:

:使用支持 MCP 的 IDE 进行 AI 辅助 API 开发
:快速搭建具有合适架构的微服务
:生成类型安全的 API 处理程序和客户端存根

什么时候选它

当您在开发 Go API 时需要 AI 辅助,特别是当您需要类型安全、自动生成的文档和项目间一致的脚手架时,选择 RonyKit 的 MCP 服务器。

什么时候不要选它

如果您不使用 Go API,或者您更喜欢其他语言生态系统进行 AI 辅助开发,请不要选择 RonyKit。

此 server 暴露的工具

从 README 抽取出 5 个工具
  • 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

可对比工具

github-copilot-mcpcursor-mcpmodelcontextprotocol-gomcp

安装

安装 RonyKIT:

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

在 Claude Desktop 中配置 MCP 服务器:

{
  "mcpServers": {
    "ronyup": {
      "command": "ronyup",
      "args": ["mcp"]
    }
  }
}

将此配置添加到 .cursor/mcp.json 用于 Cursor IDE,或在 GoLand 中通过设置配置。

ronykit 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。