Skip to content
VS Code

High Performance MCP Server for VS Code

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

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

client:VS Code transport:stdio runtime:npm

Install High Performance MCP Server in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

High Performance MCP Server in other clients