
Rongda MCP Server
from iaalm
An MCP server for Rongda that supports authentication through environment variables.
๐ฅ๐ฅโ VerifiedFreeQuick setup
rongda-mcp-server
Dev
uv syncCopy & paste โ that's it
uv syncBefore it works, you'll need: RD_USERRD_PASS
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": ""
}
}
}
}No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ