tidyports for VS Code
io.github.dan-fetch-studio/tidyports
See and kill the dev servers your coding agents leave running, and get collision-free ports.
client:VS Code
transport:stdio
runtime:npm
Install tidyports in VS Code
.vscode/mcp.json
{
"servers": {
"tidyports": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tidyports/mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs