Openclaw Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Openclaw Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP (Model Context Protocol) server that bridges AI assistants with OpenClaw Gateway.
This lets AI assistants like Cursor and Claude Desktop talk directly to your OpenClaw agent through MCP tools.
| Tool | Description |
|---|---|
openclaw_chat | Send a message to OpenClaw agent and get the response |
openclaw_history | Read recent chat history from the current session |
openclaw_sessions | List all OpenClaw sessions |
openclaw_read_file | Read agent workspace files (SOUL.md, MEMORY.md, etc.) |
openclaw_list_files | List files in the agent workspace directory |
pnpm install)openclaw gateway run or systemd service)git clone https://github.com/YOUR_USERNAME/openclaw-mcp.git
cd openclaw-mcp
npm installAdd to ~/.cursor/mcp.json:
{
"mcpServers": {
"openclaw": {
"command": "npx",
"args": ["tsx", "/path/to/openclaw-mcp/server.ts"],
"env": {
"OPENCLAW_DIR": "/path/to/openclaw",
"OPENCLAW_AGENT_WORKSPACE": "/path/to/clawd"
}
}
}
}Add to Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"openclaw": {
"command": "npx",
"args": ["tsx", "/path/to/openclaw-mcp/server.ts"],
"env": {
"OPENCLAW_DIR": "/path/to/openclaw",
"OPENCLAW_AGENT_WORKSPACE": "/path/to/clawd"
}
}
}
}| Variable | Default | Description |
|---|---|---|
OPENCLAW_DIR | ~/openclaw | Path to OpenClaw source checkout |
OPENCLAW_AGENTS_DIR | ~/.openclaw/agents | Path to agent sessions directory |
OPENCLAW_AGENT_WORKSPACE | ~/clawd | Path to agent workspace (SOUL.md, etc.) |
Cursor/Claude ──MCP──> openclaw-mcp ──CLI──> pnpm openclaw agent ──> OpenClaw Gateway ──> AI ModelThe MCP server calls pnpm openclaw agent --message "..." --json under the hood, which communicates with the OpenClaw Gateway via WebSocket. This ensures all OpenClaw skills, tools, and agent capabilities are available.
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.