drio
  • App Tracker
  • Contact
Sign inStart Free
drio© 2026 drio All rights reserved.

Get the Builder Brief

Weekly notes from Yash on MCP, ChatGPT apps, and getting business workflows into production.

Product
HomeTemplatesHow it worksPricing
Solutions
Use casesOperations teamsEcommerce teamsFinance teamsRecruiting teamsReal estate teams
Resources
DocsMCP RegistryGlossaryBlogChangelog
Company
Contact usWhy driodrio agency↗Privacy PolicyTerms of Service
All systems normal
Follow us on:
MCP Registry/SSH Fleet
S

SSH Fleet

Curated ssh_probe diagnostics and single-host ssh_exec over an allowlisted SSH fleet.

Use with clientMarkdown

Install and compare this MCP server

Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.

Install
Client config available
Clients
Claude, Cursor, VS Code, Codex
Transport
STDIO
Auth
Not captured
Capabilities
0 tools, 0 resources, 0 prompts
Related
Kubernetes Ephemeral Job, Exec Sandbox, smolanalytics

Want MCP integration examples?

Get practical integration notes and launch examples for MCP servers like SSH Fleet.

InstallAuthTools & ResourcesOverview

Install

Connection

Transport
STDIO
Environment
{ "SSH_FLEET_TRANSPORT": "stdio", "SSH_FLEET_CMD_TIMEOUT_SECONDS": "20", "SSH_FLEET_OUTPUT_CAP_BYTES": "8192", "SSH_FLEET_PROBE_CONCURRENCY": "8", "SSH_FLEET_PROBE_MAX_HOSTS": "50", "SSH_FLEET_AUTH_TOKEN": "YOUR_SECRET_VALUE" }

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

{
  "mcpServers": {
    "io-github-inhuman-mcp-ssh-fleet": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-io-github-inhuman-mcp-ssh-fleet"
      ],
      "env": {
        "SSH_FLEET_TRANSPORT": "stdio",
        "SSH_FLEET_CMD_TIMEOUT_SECONDS": "20",
        "SSH_FLEET_OUTPUT_CAP_BYTES": "8192",
        "SSH_FLEET_PROBE_CONCURRENCY": "8",
        "SSH_FLEET_PROBE_MAX_HOSTS": "50",
        "SSH_FLEET_AUTH_TOKEN": "YOUR_SECRET_VALUE"
      }
    }
  }
}

Config location

macOS
~/Library/Application Support/Claude/claude_desktop_config.json
Windows
%APPDATA%\Claude\claude_desktop_config.json

Auth

Package transport

No remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.

Tools & Resources

Tools
0
Resources
0
Prompts
0
No public tools, resources, or prompts captured yet. Use Auth when this server requires credentials.

Tools

No tools captured yet.

Resources

No resources captured yet.

Prompts

No prompts captured yet.

Questions

What is SSH Fleet?+

SSH Fleet is an MCP server for Curated ssh_probe diagnostics and single-host ssh_exec over an allowlisted SSH fleet.. It supports STDIO transport.

How do I install SSH Fleet?+

Use the client-specific config in Install and add it to your MCP-compatible client.

How do I add SSH Fleet to Claude Desktop?+

Choose the Claude Desktop tab in Install and copy the config into Claude Desktop's MCP server settings.

How do I add SSH Fleet to Claude Code?+

Choose the Claude Code tab in Install and copy the config into Claude Code's MCP server settings.

How do I use SSH Fleet with Codex?+

Choose the Codex tab in Install and copy the config into Codex's MCP server settings.

How do I add SSH Fleet to Cursor or VS Code?+

Choose the Cursor or VS Code tab in Install and copy the config into Cursor or VS Code's MCP server settings.

What endpoint and transport does SSH Fleet use?+

SSH Fleet uses STDIO transport. Use the package or command config in Install.

What tools and resources does SSH Fleet expose?+

SSH Fleet inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.

Does SSH Fleet require authentication?+

SSH Fleet does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.

Related MCPs

Kubernetes Ephemeral JobRuns a command in a throwaway Kubernetes pod and returns exit code, output and artifacts.Exec SandboxSingle exec tool running caller Python in a network-isolated locked-down sandbox.smolanalyticsAgent-operated web + product analytics. 79 tools + 14 prompts; answers provably match the dashboard.sagePersistent, consensus-validated institutional memory for AI agents. Runs locally.Vault CortexStandalone MCP server for Obsidian vaults — hybrid search, notes & files, memory, tasks, OAuth 2.1gha-doctorDiagnose GitHub Actions CI: lint, flaky tests, wasted minutes, health score. Read-only MCP tools.

Profile notes

  • Package: Oci ghcr.io/inhuman/mcp-ssh-fleet:0.1.5
  • Environment variable: SSH_FLEET_TRANSPORT (default stdio)
  • Environment variable: SSH_FLEET_CMD_TIMEOUT_SECONDS (default 20)
  • Environment variable: SSH_FLEET_OUTPUT_CAP_BYTES (default 8192)
  • Environment variable: SSH_FLEET_PROBE_CONCURRENCY (default 8)
  • Environment variable: SSH_FLEET_PROBE_MAX_HOSTS (default 50)
  • Environment variable: SSH_FLEET_AUTH_TOKEN (secret)

Packages

PackageRegistryVersionInputs
ghcr.io/inhuman/mcp-ssh-fleet:0.1.5

stdio

ociNot captured

Env: SSH_FLEET_TRANSPORT

Env: SSH_FLEET_CMD_TIMEOUT_SECONDS

Env: SSH_FLEET_OUTPUT_CAP_BYTES

Env: SSH_FLEET_PROBE_CONCURRENCY

Env: SSH_FLEET_PROBE_MAX_HOSTS

Env: SSH_FLEET_AUTH_TOKEN secret

Details

Version
0.1.5
Repository
https://github.com/inhuman/mcp-ssh-fleet
Updated
Jul 20, 2026