Skip to content
VS Code

pntr for VS Code

dev.pntr/pntr

Free developer subdomains with DNS, catch-all email, and webhook capture, managed via MCP.

client:VS Code transport:stdio runtime:npm

Install pntr in VS Code

.vscode/mcp.json

{
  "servers": {
    "pntr": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pntr/cli"
      ]
    }
  }
}

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

pntr in other clients