Skip to content
Windsurf

Interminal for Windsurf

io.github.qiuwenzheng/interminal

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

client:Windsurf transport:stdio runtime:pypi

Install Interminal in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Interminal in other clients