Agent integrations

OpenCode

Connect Pax MCP to OpenCode using the same local server entry as Cursor.

1 min readUpdated

Configure OpenCode to launch the Pax MCP server from your clone:

{
  "mcpServers": {
    "pax": {
      "command": "pnpm",
      "args": ["paxfx", "mcp", "serve"],
      "cwd": "/absolute/path/to/pax"
    }
  }
}

Ensure pnpm paxfx mcp serve resolves inside the configured working directory.

Was this page helpful?

Answers are not recorded or transmitted. Pax has no telemetry.