Loading MCP server directory, please wait...
Cross-platform MCP server for managing long-lived background processes from any MCP client
npx @getmcp/cli add io.github.lsequeiraa/mcp-sidecarRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.lsequeiraa/mcp-sidecar": {
"command": "npx",
"args": [
"-y",
"mcp-sidecar"
],
"env": {
"SIDECAR_MAX_PROCESSES": "",
"SIDECAR_BUFFER_SIZE": "",
"SIDECAR_KILL_TIMEOUT": "",
"SIDECAR_CLEANUP_AFTER": "",
"SIDECAR_MAX_OUTPUT_SIZE": "",
"SIDECAR_ALLOWED_EXECUTABLES": "",
"SIDECAR_BLOCKED_PATTERNS": "",
"SIDECAR_AUDIT_LOG": ""
}
}
}
}