SSH Nexus for Grok
io.github.quwentao2005/ssh-nexus
MCP server and web terminal for shared SSH sessions and reusable command sets.
client:Grok
transport:stdio
runtime:pypi
Install SSH Nexus in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ssh-nexus": {
"type": "stdio",
"command": "uvx",
"args": [
"ssh-nexus"
]
}
}
}
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