dubbo-mcp-server

RainYuY/dubbo-mcp-server
★ 5 stars Java 📦 Other Updated 10mo ago
A dubbo Application can support mcp request.And route them to Dubbo method.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dubbo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "RainYuY/dubbo-mcp-server"
      ]
    }
  }
}