Skip to content

Releases: romainsantoli-web/mcp-openclaw

v4.1.0 — SSE Transport for VS Code Copilot

Choose a tag to compare

@romainsantoli-web romainsantoli-web released this 03 Mar 16:58
9c8f848

New

  • SSE transport: GET /sse + POST /messages/?session_id=xxx for VS Code Copilot, Cursor, Windsurf
  • HTTP streamable /mcp unchanged — both transports work simultaneously

Install

pip install mcp-openclaw-extensions==4.1.0

Stats

  • 138 tools, 29 modules
  • 2274 tests, 94.24% coverage

v4.0.0 — Generic Platform Support

Choose a tag to compare

@romainsantoli-web romainsantoli-web released this 03 Mar 12:34
1106110

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 layer
  • PLATFORMS.md: configuration examples for all 7 platforms
  • mcp-firm CLI entrypoint (backward compat: mcp-openclaw still works)
  • FIRM_* env vars with full OPENCLAW_* backward compat
  • 138 tools across 29 modules, 2274 tests, 94.46% coverage

Install

pip install mcp-openclaw-extensions==4.0.0

Migration from v3.x

  • Tool names: openclaw_security_scanfirm_security_scan
  • Config: ~/.openclaw/~/.firm/
  • Env vars: OPENCLAW_*FIRM_* (old vars still work)

v3.3.0 — MCP Registry + 138 tools

Choose a tag to compare

@romainsantoli-web romainsantoli-web released this 03 Mar 12:07
cb33c5f

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.0

Full Changelog

See CHANGELOG.md

v0.1.0 — First Public Enterprise Release

Choose a tag to compare

@romainsantoli-web romainsantoli-web released this 28 Feb 16:05

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)
  • Firm extension layer:
    • repository sync/status/load tools (firm_*)
    • delivery workflow orchestration (firm_run_delivery_*)

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.sh

Local 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

Next recommended distribution steps

  1. Submit listing PR to awesome-openclaw.
  2. Publish firm-orchestration listing on ClawHub.
  3. Publish demo GIF pointing to this stable release URL.