ageborn-dev/clawmcp
MCP server that forges complete OpenClaw agent environments from natural language — create, manage, and export sandboxed AI agents ready to deploy.
Platform-specific configuration:
{
"mcpServers": {
"clawmcp": {
"command": "npx",
"args": [
"-y",
"clawmcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
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.
---
openclaw.json gateway config~/.openclaw/openclaw.json + ~/openclaw/{agent}/)---
git clone https://github.com/ageborn-dev/clawmcp
cd clawmcp
npm install
npm run build---
Add to your claude_desktop_config.json:
{
"mcpServers": {
"clawmcp": {
"command": "node",
"args": ["/path/to/clawmcp/dist/index.js"]
}
}
}Add to your MCP settings:
{
"clawmcp": {
"command": "node",
"args": ["/path/to/clawmcp/dist/index.js"]
}
}---
| 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
Loading reviews...