Skip to content

wieslawsoltes/harborssh

v0.1.0MIT

Run approved SSH commands on owner-provisioned hosts and inspect actual execution results.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

harborsshstreamable-http
{
  "type": "streamable-http",
  "url": "https://ssh.example.com/mcp"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "harborssh",
  "version": "0.1.0",
  "description": "Run approved SSH commands on owner-provisioned hosts and inspect actual execution results.",
  "license": "MIT",
  "keywords": ["ssh", "terminal", "development", "local-approval"],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "HarborSSH",
        "shortDescription": "Your hosts. Your keys. Your approval.",
        "longDescription": "Use locally approved, non-interactive SSH commands from ChatGPT. Requires the self-hosted HarborSSH bridge, a reachable HTTPS MCP endpoint, and explicit host provisioning.",
        "category": "Productivity",
        "capabilities": ["Read", "Write"],
        "defaultPrompt": ["List my configured SSH hosts.", "Run the identity task on dev, then show the exit status and output."]
      }
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai