MCP Sidecar runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 2 Jun 2026.
Cross-platform MCP server for managing long-lived background processes from any MCP client
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-sidecar -- npx -y mcp-sidecar
{
"mcpServers": {
"mcp-sidecar": {
"args": [
"-y",
"mcp-sidecar"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-sidecar]
command = "npx"
args = ["-y", "mcp-sidecar"]
{
"mcpServers": {
"mcp-sidecar": {
"args": [
"-y",
"mcp-sidecar"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-sidecar": {
"args": [
"-y",
"mcp-sidecar"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.