Skip to main content
Claude Code supports both remote HTTP MCP servers and local stdio MCP servers.
HTTP is usually the better default for Claude Code because the server stays running independently of the client process.
Start pwno-mcp in HTTP mode if you want Claude Code to connect to a long-running server. Use stdio if you want Claude Code to spawn Docker directly and keep the MCP definition project-local in .mcp.json.
claude mcp add --transport http --scope project pwno-mcp http://127.0.0.1:5500/mcp
After HTTP setup, run /mcp in Claude Code to confirm the server is connected.

Helpful commands

claude mcp list
claude mcp get pwno-mcp
After setup, run /mcp in Claude Code and confirm that pwno-mcp appears as a connected server.