rongda-mcp-server

iaalm/rongda-mcp-server

3.1

If you are the rightful owner of rongda-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Rongda MCP Server is a model context protocol server designed to facilitate communication and integration with LLM and MCP technologies.

rongda-mcp-server

MCP setup

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

or

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

Dev

uv sync