high-concurrency-mcp-server-framework

luoyaoxy/high-concurrency-mcp-server-framework
★ 0 stars C++ Other Updated today
A high-concurrency MCP server framework implemented in C++17.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "high-concurrency-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "luoyaoxy/high-concurrency-mcp-server-framework"
      ]
    }
  }
}