Skip to content
Windsurf

smart terminal for Windsurf

io.github.pungggi/smart-terminal

MCP PTY server providing AI agents with real interactive terminal access

client:Windsurf transport:stdio runtime:npm

Install smart terminal in Windsurf

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

{
  "mcpServers": {
    "smart-terminal": {
      "command": "npx",
      "args": [
        "-y",
        "smart-terminal-mcp"
      ]
    }
  }
}

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

smart terminal in other clients