← Back to Plugins
MCP Server MCP

Replit SSH

github By github 👁 1 views ▲ 0 votes

Read, write, list, and check files on Replit projects over SSH/SFTP, plus SSH key setup.

Homepage Verified source GitHub

Install

npx -y @mindstone/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mindstone/mcp-server-replit-ssh",
      "version": "0.2.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional per-request timeout in milliseconds (default 60000, max 600000).",
          "format": "number",
          "default": "60000",
          "name": "REPLIT_SSH_REQUEST_TIMEOUT_MS"
        },
        {
          "description": "Set to 1 to require pre-populated known-hosts entries. When unset (default), unknown hosts are recorded on first contact (OpenSSH `accept-new` behaviour); a fingerprint mismatch always fails closed.",
          "format": "string",
          "name": "MCP_REPLIT_SSH_STRICT_HOST_KEY"
        },
        {
          "description": "Explicit path to the connector's SSH known-hosts file. Defaults to $MCP_WORKSPACE_PATH/.replit-ssh-known-hosts, then $HOME/.replit-mcp/known_hosts.",
          "format": "filepath",
          "name": "MCP_REPLIT_SSH_KNOWN_HOSTS_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...