loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

clawmcp

MCP Tool

ageborn-dev/clawmcp

MCP server that forges complete OpenClaw agent environments from natural language — create, manage, and export sandboxed AI agents ready to deploy.

Install

$ npx loaditout add ageborn-dev/clawmcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "clawmcp": {
      "command": "npx",
      "args": [
        "-y",
        "clawmcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

ClawMCP 🦞⚒️

Created by Ageborn dev

MCP server that forges complete OpenClaw environments from natural language.

Tell ClawMCP what you want to automate. You describe your intent, the AI decomposes it into isolated sandboxed tasks, generates all OpenClaw configuration files, and prepares everything for review and deploy.

---

What it does
  • Intent-driven — describe in natural language what you want to automate
  • Sandboxed environments — each task runs in complete isolation, no context collisions
  • Full file generation — SOUL.md, MEMORY.md, HEARTBEAT.md, AGENTS.md, and skill files per sandbox; one global openclaw.json gateway config
  • Spec-compliant output — exports the exact file layout expected by OpenClaw 2026 (~/.openclaw/openclaw.json + ~/openclaw/{agent}/)
  • Import existing projects — load an already-deployed OpenClaw workspace back into ClawMCP to modify it
  • Human review first — validate and inspect before exporting anything to disk
  • Any level — beginner gets plain-language setup guides, expert gets raw files and CLI instructions

---

Installation
git clone https://github.com/ageborn-dev/clawmcp
cd clawmcp
npm install
npm run build

---

Usage with Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "clawmcp": {
      "command": "node",
      "args": ["/path/to/clawmcp/dist/index.js"]
    }
  }
}
Usage with Cursor / VS Code

Add to your MCP settings:

{
  "clawmcp": {
    "command": "node",
    "args": ["/path/to/clawmcp/dist/index.js"]
  }
}

---

Tools

| Tool | Description | |---|---| | clawmcp_create_environment | Create a new environment session to hold sandboxes | | clawmcp_list_environments | List all active environments with expiry countdowns | | clawmcp_delete_environment | Permanently delete an environment and all its sandboxes | | clawmcp_import_environment | Import an existing o

Tags

agentsmcp-serveropenclaw

Reviews

Loading reviews...

Quality Signals

2
Stars
0
Installs
Last updated19 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/29/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/ageborn-dev/clawmcp)](https://loaditout.ai/skills/ageborn-dev/clawmcp)