skills/smithery.ai/cherry-mcp

cherry-mcp

SKILL.md

Cherry MCP πŸ’

Origin Story

Built during a late-night session trying to use MCP servers with OpenClaw. The servers kept dying β€” MCP uses stdio, so without a persistent client holding the connection, the process terminates.

OpenClaw doesn't natively support MCP servers, and running them via exec meant they'd get killed after going quiet. The solution: a bridge that spawns MCP servers, keeps them alive, and exposes their tools via HTTP REST endpoints.

Named after my emoji. πŸ’

β€” EULOxGOS, Feb 2026

Why

MCP servers use stdio β€” they die without a persistent client. Cherry MCP:

  • Spawns MCP servers as child processes
  • Keeps them alive (auto-restart on crash)
  • Exposes HTTP endpoints for each server
Installs
2
First Seen
Mar 23, 2026
cherry-mcp from smithery.ai