trackmcp
Back to directory
iaalm

rongda-mcp-server

View on GitHub

Rongda MCP Server

0 stars PythonOthers Updated Jun 19, 2025

Documentation

rongda-mcp-server

MCP setup

json
{
  "mcpServers": {
    "rongda": {
      "command": "pipx",
      "args": ["run", "rongda-mcp-server"],
      "env": {
        "RD_USER": "",
        "RD_PASS": ""
      }
    }
  }
}

or

json
{
  "mcpServers": {
    "rongda": {
      "command": "/path/to/rongda-mcp-server",
      "args": [],
      "env": {
        "RD_USER": "",
        "RD_PASS": ""
      }
    }
  }
}

Dev

code
uv sync

Frequently asked questions

What is rongda-mcp-server?

rongda-mcp-server is Rongda MCP Server

How do I install rongda-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is rongda-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/iaalm/rongda-mcp-server.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP