Skip to content

High Performance MCP Server for Grok

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

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

client:Grok transport:stdio runtime:npm

Install High Performance MCP Server in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

High Performance MCP Server in other clients