
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@tidyports/mcp
Advanced tools
See and kill the dev servers your coding agents leave running, and get collision-free ports.
Exposes the tidy-ports CLI as structured tools over the
Model Context Protocol, so any MCP client (Claude
Code, Cursor, Claude Desktop, Windsurf, Zed) can see and kill local dev servers natively,
not just Claude Code.
Where the Claude Code skill advises the model how to shell out, this server gives it typed tools with structured results.
| Tool | What it does |
|---|---|
list_servers | Listening dev servers: port, process, branch, owner, idle. Read-only. |
kill_port | Stop the server on a given port. |
alloc_port | A stable, collision-free port for this worktree (dodges parallel-agent EADDRINUSE). |
free_port | A port that nothing is listening on right now, to bind immediately. |
Requires the tidy-ports CLI on your PATH (install TidyPorts first) and Node ≥ 18.
cd integrations/mcp
npm install
Then register it with your client, pointing at the absolute path to server.js:
Claude Code (.mcp.json in your project, or claude mcp add):
{
"mcpServers": {
"tidyports": { "command": "node", "args": ["/ABS/PATH/TidyPorts/integrations/mcp/server.js"] }
}
}
Cursor (~/.cursor/mcp.json) / Claude Desktop (claude_desktop_config.json) use
the same mcpServers shape.
Restart the client and the tidyports.* tools appear in its tool list (and can be
permissioned there). Once published to npm this becomes "command": "npx", "args": ["-y", "@tidyports/mcp"], no clone required.
FAQs
See and kill the dev servers your coding agents leave running, and get collision-free ports.
We found that @tidyports/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.