mcp-server-ssh-list

codeChap/mcp-server-ssh-list
★ 0 stars Rust AI/LLM Updated 10d ago
MCP server that exposes SSH server list from a TOML config file
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-ssh-list": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-server-ssh-list"
      ]
    }
  }
}