ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

cherry-mcp

HTTP bridge that keeps MCP servers alive and exposes them via REST. Built for OpenClaw agents that need MCP tools without native MCP support.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bitbrujo/cherry-mcp
Or

What This Skill Does

Cherry MCP acts as a vital HTTP bridge designed specifically for the OpenClaw ecosystem. Many modern AI tools are built using the Model Context Protocol (MCP), which traditionally relies on stdio streams. These processes are inherently fragile; if the client process disconnects, the MCP server terminates immediately. Cherry MCP solves this by spawning and managing these servers as persistent child processes, ensuring they remain alive regardless of the client's state. It then wraps these server capabilities into a standardized REST API, allowing OpenClaw agents to interact with any MCP-compliant toolset via simple HTTP requests.

Installation

To integrate this skill into your environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/bitbrujo/cherry-mcp

Once installed, you configure servers via the CLI: node cli.js add-server <name> <command> [args...]. It is highly recommended to manage the bridge process using pm2 to ensure the bridge itself is supervised and auto-restarts upon system reboots.

Use Cases

Cherry MCP is perfect for developers who want to bring external capabilities into their OpenClaw agents without writing custom middleware. Common use cases include integrating GitHub repositories, managing local databases, or accessing third-party APIs that have existing MCP implementations. It allows an agent to maintain a consistent 'workspace' of tools that are ready for immediate execution.

Example Prompts

  1. "Cherry MCP, list all the tools currently available in the github server configuration so I can see what functions I have access to."
  2. "Use the github tool to search for open pull requests in the openclaw/core repository using the query: 'authentication fix'."
  3. "Restart the mcp-filesystem server through the bridge to clear the current connection state and refresh the tool definitions."

Tips & Limitations

Security is paramount: the bridge defaults to 127.0.0.1 binding and supports rate limiting and audit logging. Never expose the bridge to a public network directly. Be mindful that environment variables stored via set-env reside in config.json in plain text; for sensitive API keys, inject them directly via your shell environment before launching the bridge to keep your credentials secure. Finally, remember that you are in control: the bridge only executes pre-configured commands defined in your config file, preventing unauthorized arbitrary command execution.

Metadata

Author@bitbrujo
Stars4473
Views5
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bitbrujo-cherry-mcp": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#mcp#bridge#rest#api#openclaw#http#tools#automation#stdio
Safety Score: 3/5

Flags: network-access, code-execution, external-api

Related Skills

MacPowerTools

Safe local Mac optimization toolkit for OpenClaw agents on Apple Silicon. 1-trillion agent swarm simulation, local CoreML resource forecasting, safe cleanup & backups. 100% user-level, no internet, no persistence. Discoverable via ClawHub search.

aadipapp 4473

social-vault

社交平台账号凭证管理器。提供登录态获取、AES-256-GCM 加密存储、定时健康监测和自动续期。Use when managing social media account credentials, importing cookies, checking login status, or automating session refresh. Also covers platform adapter creation and browser fingerprint management.

2019-02-18 4473

undertow

Skill discovery engine for AI coding agents. Recommends and installs the right skill when you need it — code review, test generation, debugging, commit messages, PR preparation, security scanning, dependency audits, Docker setup, CI/CD pipelines, API documentation, refactoring, performance optimization, bundle analysis, git recovery, README generation, license compliance, migration guides, dead code removal, and secret detection. One install gives your agent access to a curated library of 20+ developer workflow skills. Use when the user asks for help with any development workflow, code quality, DevOps, security, testing, documentation, or project setup task.

8co 4473

securityvitals

Security vitals checker for OpenClaw. Scans your installation, scores your setup, and shows you exactly what to fix. First scan in seconds.

bk-cm 4473

daily-report-generator

Automatically generate daily/weekly work reports from git commits, calendar events, and task lists. Use when you need to quickly create professional work reports without manual effort.

1989tianlong 4473