termcp for Grok
io.github.open-mcp-ai/termcp
An MCP server that lets AI agents act like a human at a real terminal, local or over SSH.
client:Grok
transport:stdio
runtime:oci
Install termcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"termcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/open-mcp-ai/termcp:0.2.1"
]
}
}
}
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