Skip to content
Cursor

teztun for Cursor

io.github.asadullokhn/teztun

Manage TezTun tunnels, subdomains, and service tokens from any MCP-compatible AI client.

client:Cursor transport:stdio runtime:npm

Install teztun in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "teztun": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@asadullokhn/teztun-mcp"
      ],
      "env": {
        "TEZTUN_TOKEN": "<TEZTUN_TOKEN>"
      }
    }
  }
}

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

teztun in other clients