Remote Terminal MCP for Grok
io.github.tim00r/remote-terminal
Complete SSH terminal for Linux with AI/user control and dual-stream visibility
client:Grok
transport:stdio
runtime:pypi
Install Remote Terminal MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"remote-terminal": {
"type": "stdio",
"command": "uvx",
"args": [
"remote-terminal-mcp"
],
"env": {
"REMOTE_TERMINAL_ROOT": "<REMOTE_TERMINAL_ROOT>"
}
}
}
}
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