Skip to content
Zed

termcp for Zed

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:Zed transport:stdio runtime:oci

Install termcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "termcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/open-mcp-ai/termcp:0.2.1"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

termcp in other clients