Wrap any stdio MCP server and serve it over Streamable HTTP, with a self-healing supervisor: auto-respawn on crash and readiness-gated systemd watchdog.
{
"mcpServers": {
"imajeuremcp-stdio-bridge": {
"command": "npx",
"args": [
"-y",
"@imajeure/mcp-stdio-bridge"
]
}
}
}