Rongda MCP Server
An MCP server for Rongda that supports authentication through environment variables.
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
Serveurs connexes
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Unbundle OpenAPI MCP Server
A server for splitting and extracting parts of OpenAPI specifications using Redocly CLI.
MCP Expert Server
An MCP server for query generation and documentation assistance using Claude AI.
Swift Package Index
Search for Swift packages and retrieve their READMEs and metadata from the Swift Package Index.
MCP Hello World
A minimal MCP server mock in TypeScript for testing MCP clients, supporting both STDIO and HTTP/SSE protocols.
MCP Gateway
Integrates multiple MCP servers into a single interface with a management Web UI and real-time status updates.
MCPShell
A secure bridge for LLMs to safely execute command-line tools via the Model Context Protocol (MCP).
Unstructured
Set up and interact with your unstructured data processing workflows in Unstructured Platform
Authless Remote MCP Server
A remote MCP server deployable on Cloudflare Workers that does not require authentication.
GitGuardian
Scan projects for over 500 types of secrets using GitGuardian's API to prevent credential leaks.
mcp-graphql
A GraphQL server that supports the Model Context Protocol (MCP), enabling Large Language Models (LLMs) to interact with GraphQL APIs through schema introspection and query execution.