Skip to content
Grok

apex for Grok

io.github.hunterpercival/apex

APEX — AI operating system for founders. Join waitlist or request a demo.

client:Grok transport:stdio runtime:npm

Install apex in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "apex": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "apex-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

apex in other clients