A Node.js server implementing the Model Context Protocol (MCP) for port cleanup operations, designed to resolve 'EADDRINUSE' errors in development environments by scanning and terminating processes occupying specified ports.
port cleanerdevelopment toolEADDRINUSEprocess managementtool
Installation & Configuration
{
"mcpServers": {
"port-cleaner": {
"command": "npx",
"args": [
"-y",
"mcp-server-port-cleaner"
]
}
}
}Information
Transport
stdio
Language
JavaScript
Created
2025/4/28
Updated
2025/4/28