Skip to content
Cline

MCP Sidecar for Cline

io.github.lsequeiraa/mcp-sidecar

Cross-platform MCP server for managing long-lived background processes from any MCP client

client:Cline transport:stdio runtime:npm

Install MCP Sidecar in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

MCP Sidecar in other clients