Skip to content

High Performance MCP Server for Cline

io.github.aniayana/high-performance-mcp-server

High-performance, modular MCP v2 server with safe profiles, worker pool, caching, and stdio.

client:Cline transport:stdio runtime:npm

Install High Performance MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "high-performance-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "high-performance-mcp-server"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

High Performance MCP Server in other clients