mcp-server-port-cleaner
If you are the rightful owner of mcp-server-port-cleaner and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Node.js server implementing Model Context Protocol (MCP) for port cleanup operations in development environments.
The MCP Port Cleaner Server is a Node.js-based server designed to manage port cleanup operations in development environments. It leverages the Model Context Protocol (MCP) to provide a standardized approach to tool registration and request processing. The server is capable of scanning and listing processes occupying specified ports and terminating them to resolve port conflicts. It ensures safe input parameter validation using the Zod schema and offers detailed error handling and response formatting. The server is compliant with the MCP protocol, making it a reliable choice for developers needing to manage port usage efficiently.
Features
- Finds and terminates processes occupying specified ports
- Scans and lists all processes occupying specified ports (cross-platform support)
- Safe input parameter validation using Zod schema
- Detailed error handling and response formatting
- Standard MCP protocol compliance for tool registration and request processing
Tools
port_scan
Scans and lists all processes occupying a specified port (cross-platform support).
port_clean
Finds and terminates processes occupying a specified port to resolve development environment port conflicts.