Skip to content

High Performance MCP Server for Zed

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

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

client:Zed transport:stdio runtime:npm

Install High Performance MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

High Performance MCP Server in other clients