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
{
"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