A high-concurrency MCP server framework implemented in C++17.
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"
]
}
}
}
Run in terminal:
claude mcp add high-concurrency-mcp npx -y luoyaoxy/high-concurrency-mcp-server-framework
Add to .cursor/mcp.json:
{
"mcpServers": {
"high-concurrency-mcp": {
"command": "npx",
"args": [
"-y",
"luoyaoxy/high-concurrency-mcp-server-framework"
]
}
}
}