termcp for Windsurf
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:Windsurf
transport:stdio
runtime:oci
Install termcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"termcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/open-mcp-ai/termcp:0.2.1"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs