HasanJahidul/localhost-mcp
Inspect, manage, and kill local dev servers. Lists what's listening on each port (pid, framework, project, uptime, memory, cpu), diagnoses port conflicts with free alternatives nearby, finds zombie processes, and kills by pid or port with a dry-run default.
Installation
Example client config (verify package name in the repo README)
{
"mcpServers": {
"localhost-mcp": {
"command": "npx",
"args": ["-y", "localhost-mcp"]
}
}
}Related in Command Line
bvisible/mcp-ssh-manager
Manage multiple SSH servers from one MCP: command execution, file transfer/rsync, database dump/import/query (MySQL/PostgreSQL/MongoDB), backups & restore, health monitoring, persistent sessions, tunnels, ProxyJump/bastion, and opt-in per-server security modes (readonly/restricted) with audit log. Linux, macOS & Windows OpenSSH.
zb-ss/servonaut
Manage AWS EC2, Hetzner, OVH and custom SSH servers: run commands, fetch logs, CloudWatch/CloudTrail queries, fleet health snapshots, IP banning, S3 — with readonly/standard/dangerous guard tiers and a JSONL audit trail.
danmartuszewski/hop
Fast SSH connection manager with TUI dashboard and MCP server for discovering, searching, and executing commands on remote hosts.
PsYcGoD/sage
Local-first CLI and MCP wrapper for AI coding agents. Routes shell commands through `sage run --`, stores command history locally, and returns compressed terminal output to reduce context noise.
luisgf/infrabroker
SSH & Kubernetes access broker where the model never touches a credential: a separate signer mints per-operation ephemeral SSH certificates and bound ServiceAccount tokens, with a per-command allow/deny/approval firewall (POSIX-sh AST), dry-run, human-in-the-loop approvals, session recording and an Ed25519-chained audit log. Self-hosted Go binaries, GPLv3.
soren-achebe/backscroll
Answers "what did that command print?" from your real terminal history: a per-command PTY session recorder (OSC 133) stores every command's full output, exit code, cwd, and duration in local SQLite/FTS5, and the MCP server searches, retrieves, and diffs those outputs — secret redaction on by default before anything reaches the model.