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: openclaw-tools-mcp

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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/solomonneas/clawspace'

If you have feedback or need assistance with the MCP directory API, please join our Discord server