SSH List MCP
About
MCP server that exposes an SSH server list from a TOML config file
Details
- Author
- codechap
- Categories
- Developer Tools, Infrastructure, Other
Jump to
Setup
Install SSH List MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/codechap/mcp-server-ssh-list
Follow the installation instructions in the repository README, then restart your MCP client.
A minimal MCP (Model Context Protocol) server that exposes SSH server definitions from a TOML config file. Built in Rust, lets AI assistants look up SSH connection details by name or alias.
Communicates via stdio using JSON-RPC 2.0, like all MCP servers.
Returns all configured SSH servers. No parameters.
- Name lookup usessubstringmatching (e.g., "prod" matches "production-web")
- Alias lookup usesexactmatching (e.g., "web" only matches if "web" is a defined alias)
Create~/.config/mcp-server-ssh-list/ssh-list.toml:
[[servers]] name = "Production Web" aliases = ["prod", "web"] host = "192.168.1.100" user = "deploy" port = 22 description = "Main production web server" [[servers]] name = "Staging" aliases = ["stage"] host = "192.168.1.200" description = "Staging environment"
Fieldsuser(default:root) andport(default:22) are optional. A sample config is included in the repo root asssh-list.toml.
This producestarget/release/mcp-server-ssh-list.
cargo build # debug build cargo run # run in dev mode RUST_LOG=debug cargo run # run with debug logging
Add to your Claude Desktop config (~/.config/Claude/claude_desktop_config.json):
{ "mcpServers": { "ssh-list": { "command": "/path/to/mcp-server-ssh-list" } } }
src/ main.rs - entry point, reads config, starts stdio transport config.rs - Config and SshServer structs, TOML deserialization, matching logic server.rs - MCP tool definitions (list_servers, lookup_server)
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Production-ready MCP server for AI-driven console automation and monitoring. 40+ tools for session management, SSH, testing, and background jobs.
Hetzner Cloud MCP Server — (Cloud API + SSH)
Hetzner Cloud MCP Server — two management layers (Cloud API + SSH) with 60 tools. Manage server power, snapshots, firewalls, DNS, plus SSH into servers for service control, log viewing, Nginx management, MySQL queries, and system monitoring. Self-hosted PHP, MIT licensed.
Provides remote machine control capabilities, eliminating SSH overhead for token-efficient system operations.
Orchestrates remote server tasks via SSH and SFTP with a persistent queue. Ideal for DevOps and AI agents.
Securely execute remote commands and perform file operations over SSH, with support for both password and key-based authentication.
MCP-based SSH session manager for Linux backend teams
Execute commands on local or remote hosts via SSH. Supports session persistence and environment variables.
Connect to, configure, and monitor Cisco network devices like routers and switches via SSH.
Rent a real Linux VPS as an AI agent — pay USDC (x402 on Base) or card, SSH in under 60s, no signup; provision, exec, firewall, and storage.
A comprehensive MCP server for configuring and managing Cisco ACI (Application Centric Infrastructure) fabrics through the APIC REST API.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





