MCP Sidecar for Windsurf
io.github.lsequeiraa/mcp-sidecar
Cross-platform MCP server for managing long-lived background processes from any MCP client
client:Windsurf
transport:stdio
runtime:npm
Install MCP Sidecar in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-sidecar": {
"command": "npx",
"args": [
"-y",
"mcp-sidecar"
],
"env": {
"SIDECAR_MAX_PROCESSES": "<SIDECAR_MAX_PROCESSES>",
"SIDECAR_BUFFER_SIZE": "<SIDECAR_BUFFER_SIZE>",
"SIDECAR_KILL_TIMEOUT": "<SIDECAR_KILL_TIMEOUT>",
"SIDECAR_CLEANUP_AFTER": "<SIDECAR_CLEANUP_AFTER>",
"SIDECAR_MAX_OUTPUT_SIZE": "<SIDECAR_MAX_OUTPUT_SIZE>",
"SIDECAR_ALLOWED_EXECUTABLES": "<SIDECAR_ALLOWED_EXECUTABLES>",
"SIDECAR_BLOCKED_PATTERNS": "<SIDECAR_BLOCKED_PATTERNS>",
"SIDECAR_AUDIT_LOG": "<SIDECAR_AUDIT_LOG>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs