
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@tidyports/mcp
Advanced tools
MCP server exposing the tidy-ports CLI (list / kill / alloc / free-port) as structured tools for any MCP client.
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.
The npm package @tidyports/mcp receives a total of 30 weekly downloads. As such, @tidyports/mcp popularity was classified as not popular.
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.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.