AgentHubAgentHub

Trabuco

MCP ServerMCP Registry官方收录

io.github.arianlopezc/trabuco · v1.15.2

Production Java Maven scaffolder (CLI + Claude Code plugin) for AI coding agents

概览

Trabuco 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

暂无自动生成的安装指引,请查看源仓库 README。

相关资源

统一 Manifest

{
  "id": "io.github.arianlopezc/trabuco",
  "type": "mcp-server",
  "version": "1.15.2",
  "displayName": "Trabuco",
  "description": "Production Java Maven scaffolder (CLI + Claude Code plugin) for AI coding agents",
  "repository": {
    "url": "https://github.com/arianlopezc/Trabuco",
    "source": "github"
  },
  "homepage": "https://github.com/arianlopezc/Trabuco",
  "distribution": {
    "packages": [
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/arianlopezc/Trabuco/releases/download/v1.15.2/trabuco-darwin-arm64.mcpb",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/arianlopezc/Trabuco/releases/download/v1.15.2/trabuco-darwin-amd64.mcpb",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/arianlopezc/Trabuco/releases/download/v1.15.2/trabuco-linux-amd64.mcpb",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/arianlopezc/Trabuco/releases/download/v1.15.2/trabuco-linux-arm64.mcpb",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/arianlopezc/Trabuco/releases/download/v1.15.2/trabuco-windows-amd64.mcpb",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.arianlopezc/trabuco",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.arianlopezc%2Ftrabuco/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Trabuco — MCP Server 安装与配置 · AgentHub