SSH MCP Tool for Grok
io.github.oaslananka/mcp-ssh-tool
Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.
client:Grok
transport:stdio
runtime:npm
Install SSH MCP Tool in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-ssh-tool": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-ssh-tool"
]
}
}
}
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