Skip to main content
All supported clients connect to the same pwno-mcp server. The only difference is whether they expect a remote HTTP endpoint or a local stdio command.
If your client asks for a url, use HTTP mode. If it asks for a command and args, use stdio mode.

Claude Desktop

Local stdio config for the desktop app.

Claude Code

Project-scoped HTTP or stdio setup from the CLI.

Cursor

Project or global MCP config using HTTP or stdio.

OpenCode

Remote or local MCP config for OpenCode.

Codex CLI

TOML-based MCP config for Codex CLI.

Shared rules across clients

  • Use http://127.0.0.1:5500/mcp for HTTP unless you changed the defaults.
  • Mount your host ./workspace directory into /workspace inside the container.
  • Pass /workspace/... paths to tools, not host-only absolute paths.
  • Keep the Docker capability and security flags from Quick Start unchanged unless you know your environment supports a stricter setup.