Skip to content
VS Code

apex for VS Code

io.github.hunterpercival/apex

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

client:VS Code transport:stdio runtime:npm

Install apex in VS Code

.vscode/mcp.json

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

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

apex in other clients