Releases: romainsantoli-web/mcp-openclaw
Releases · romainsantoli-web/mcp-openclaw
Release list
v4.1.0 — SSE Transport for VS Code Copilot
New
- SSE transport:
GET /sse+POST /messages/?session_id=xxxfor VS Code Copilot, Cursor, Windsurf - HTTP streamable
/mcpunchanged — both transports work simultaneously
Install
pip install mcp-openclaw-extensions==4.1.0Stats
- 138 tools, 29 modules
- 2274 tests, 94.24% coverage
v4.0.0 — Generic Platform Support
Breaking Change
Tool prefix renamed: openclaw_* → firm_* (e.g. firm_security_scan)
What's New
- Generic platform support: works with Claude Code, Codex, VS Code, Cursor, Windsurf, Antigravity
src/platform.py: centralized platform abstraction layerPLATFORMS.md: configuration examples for all 7 platformsmcp-firmCLI entrypoint (backward compat:mcp-openclawstill works)FIRM_*env vars with fullOPENCLAW_*backward compat- 138 tools across 29 modules, 2274 tests, 94.46% coverage
Install
pip install mcp-openclaw-extensions==4.0.0Migration from v3.x
- Tool names:
openclaw_security_scan→firm_security_scan - Config:
~/.openclaw/→~/.firm/ - Env vars:
OPENCLAW_*→FIRM_*(old vars still work)
v3.3.0 — MCP Registry + 138 tools
What's New
- Published to MCP Registry as
io.github.romainsantoli-web/mcp-openclaw - Published to PyPI
- 138 tools across 29 modules
- MCP Protocol 2025-11-25 compliant
- 2274 tests, 94.60% coverage
Install
pip install mcp-openclaw-extensions==3.3.0Full Changelog
See CHANGELOG.md
v0.1.0 — First Public Enterprise Release
v0.1.0 — First Public Enterprise Release
Date: 2026-02-28
One-line pitch
Transform OpenClaw into an enterprise multi-agent AI: one CEO objective, automatically dispatched to the right departments.
What this release does
- Exposes a production-ready MCP wrapper for OpenClaw orchestration.
- Adds enterprise controls: policy engine, allowlist, audit logging, observability, cost guard.
- Adds dual memory context retrieval (local + memory bridge API) before critical executions.
- Ships a firm adapter connected to
setup-vs-agent-firm(CEO + departments + services).
Included scope (core + firm)
- Core orchestration layer:
- dispatch (
openclaw_dispatcher, WS/webhook fallback) - routing (
model_router) - policy (
policy_engine) - memory (
memory_os_ai_store, bridge API, sqlite fallback) - cost/ops (
cost_guard, telemetry, dashboard snapshot)
- dispatch (
- Firm extension layer:
- repository sync/status/load tools (
firm_*) - delivery workflow orchestration (
firm_run_delivery_*)
- repository sync/status/load tools (
Install in 3 commands
git clone https://github.com/romainsantoli-web/mcp-openclaw.git
cd mcp-openclaw && python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt && cp .env.example .env && ./scripts/start.shLocal endpoints
- MCP:
http://127.0.0.1:8011/mcp - Prometheus:
http://127.0.0.1:9108/metrics - Memory Bridge:
http://127.0.0.1:9120/context/query
Companion repositories
- mcp-openclaw: https://github.com/romainsantoli-web/mcp-openclaw
- setup-vs-agent-firm: https://github.com/romainsantoli-web/setup-vs-agent-firm
Next recommended distribution steps
- Submit listing PR to awesome-openclaw.
- Publish
firm-orchestrationlisting on ClawHub. - Publish demo GIF pointing to this stable release URL.