Skip to content
Zed

Interminal for Zed

io.github.qiuwenzheng/interminal

Lightweight MCP server providing terminal access (SSH & local shells) for AI assistants.

client:Zed transport:stdio runtime:pypi

Install Interminal in Zed

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

{
  "context_servers": {
    "interminal": {
      "command": "uvx",
      "args": [
        "mcp-interminal"
      ]
    }
  }
}

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

Interminal in other clients