Skip to content
Cursor

tidyports for Cursor

io.github.dan-fetch-studio/tidyports

See and kill the dev servers your coding agents leave running, and get collision-free ports.

client:Cursor transport:stdio runtime:npm

Install tidyports in Cursor

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

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

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

tidyports in other clients