Read, write, list, and check files on Replit projects over SSH/SFTP, plus SSH key setup.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@mindstone/mcp-server-replit-ssh · npm · 0.2.2
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.mindstone/mcp-server-replit-ssh",
"description": "Read, write, list, and check files on Replit projects over SSH/SFTP, plus SSH key setup.",
"title": "Replit SSH",
"repository": {
"url": "https://github.com/mindstone/mcp-servers",
"source": "github",
"subfolder": "connectors/replit-ssh"
},
"version": "0.2.2",
"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"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"com.mindstone.rebel": {
"catalogId": "bundled-replit-ssh",
"provider": "rebel-oss"
}
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-10T05:34:09.105574Z",
"publishedAt": "2026-08-10T05:34:09.105574Z",
"updatedAt": "2026-08-10T05:34:09.105574Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.2.2last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.