MCP.so
Sign In

rongda-mcp-server

@iaalm

About rongda-mcp-server

No overview available yet

Basic information

Category

Other

License

MIT license

Runtime

python

Transports

stdio

Publisher

iaalm

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is rongda-mcp-server?

How to use rongda-mcp-server?

Install via pipx (pipx run rongda-mcp-server) or run a local binary. Set environment variables RD_USER and RD_PASS in the MCP configuration. Add a JSON entry under mcpServers in your MCP client config.

Key features of rongda-mcp-server?

Use cases of rongda-mcp-server?

FAQ from rongda-mcp-server

How is rongda-mcp-server installed?

Use pipx run rongda-mcp-server or provide the path to a local binary.

What environment variables are required?

The server requires RD_USER and RD_PASS to be set.

How to set up the development environment?

Run uv sync in the repository to install dependencies.

Comments

More Other MCP servers