Skip to content
Cursor

pntr for Cursor

dev.pntr/pntr

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

client:Cursor transport:stdio runtime:npm

Install pntr in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pntr in other clients