Cross-platform MCP server for managing long-lived background processes from any MCP client
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
mcp-sidecar · npm · 0.3.2
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.lsequeiraa/mcp-sidecar",
"description": "Cross-platform MCP server for managing long-lived background processes from any MCP client",
"title": "MCP Sidecar",
"repository": {
"url": "https://github.com/lsequeiraa/mcp-sidecar",
"source": "github"
},
"version": "0.3.2",
"packages": [
{
"registryType": "npm",
"identifier": "mcp-sidecar",
"version": "0.3.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Maximum number of concurrent managed processes (default: 10)",
"format": "string",
"name": "SIDECAR_MAX_PROCESSES"
},
{
"description": "Output buffer size per stream in bytes (default: 1048576)",
"format": "string",
"name": "SIDECAR_BUFFER_SIZE"
},
{
"description": "Milliseconds to wait between graceful and forced termination (default: 5000)",
"format": "string",
"name": "SIDECAR_KILL_TIMEOUT"
},
{
"description": "Seconds before exited processes are auto-removed. 0 disables cleanup (default: 1800)",
"format": "string",
"name": "SIDECAR_CLEANUP_AFTER"
},
{
"description": "Global cap on bytes returned by the output tool. 0 means unlimited (default: 0)",
"format": "string",
"name": "SIDECAR_MAX_OUTPUT_SIZE"
},
{
"description": "Comma-separated allowlist of executable names. When set, enables security mode with direct exec (no shell). Unset means security disabled.",
"format": "string",
"name": "SIDECAR_ALLOWED_EXECUTABLES"
},
{
"description": "Comma-separated regex patterns to reject in commands. Only applies when security is enabled.",
"format": "string",
"name": "SIDECAR_BLOCKED_PATTERNS"
},
{
"description": "Audit log destination. 'true' writes to cwd, 'temp' writes to OS temp dir, or a directory path. Unset disables audit logging.",
"format": "string",
"name": "SIDECAR_AUDIT_LOG"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-02T01:55:54.658549Z",
"publishedAt": "2026-06-02T01:55:54.658549Z",
"updatedAt": "2026-06-02T01:55:54.658549Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.3.2last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.