PluginBench
MCP Server

MCP OpenClaw Extensions MCP Server

io.github.romainsantoli-web/mcp-openclaw

What is the MCP OpenClaw Extensions MCP server?

138-tool MCP server for AI agent firms: security, A2A, Hebbian memory, fleet mgmt

How to install MCP OpenClaw Extensions

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-openclaw": {
      "command": "uvx",
      "args": [
        "mcp-openclaw-extensions"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-openclaw": {
      "command": "uvx",
      "args": [
        "mcp-openclaw-extensions"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-openclaw": {
      "command": "uvx",
      "args": [
        "mcp-openclaw-extensions"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-openclaw": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-openclaw-extensions"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-openclaw -- uvx mcp-openclaw-extensions

Related MCP servers

Adaptive memory for AI agents — FAISS search, chat extraction, cross-project linking

View repository →