Skip to main content
Glama

clawspace

Bootstrap a production-grade OpenClaw agent workspace (three-tier memory, config validation, templates, MCP server) in minutes.

pip install clawspace
clawspace setup

Quick Start

# Install
pip install clawspace

# Set up workspace with memory system
clawspace setup ~/.openclaw/workspace

# Validate and optimize an existing config
clawspace doctor

# Generate from a template
clawspace template openclaw-default

# List available templates
clawspace template --list

# Check installation status
clawspace status

Related MCP server: Atlas MCP Server

MCP Server (AI Integration)

Run as an MCP server for Claude, Cursor, or OpenClaw:

clawspace-mcp

Or in openclaw.json:

{
  "mcpServers": {
    "clawspace": {
      "command": "clawspace-mcp"
    }
  }
}

The MCP server exposes setup_workspace, validate_config, list_templates, and get_optimization_advice tools.

License

MIT. See LICENSE.


Built by Solomon Neas

Related MCP Connectors

Related MCP Servers