Skip to content
Grok

sshmcp for Grok

io.github.nikolanddtesla/sshmcp

SSH server management with zero-token SFTP file transfer and SOCKS proxy support

client:Grok transport:stdio runtime:npm

Install sshmcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "sshmcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nl4ever/sshmcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

sshmcp in other clients