clawspace
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@clawspaceset up a new workspace in ~/my-agent"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
clawspace
Bootstrap a production-grade OpenClaw agent workspace (three-tier memory, config validation, templates, MCP server) in minutes.
pip install clawspace
clawspace setupQuick 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 statusRelated MCP server: openclaw-tools-mcp
MCP Server (AI Integration)
Run as an MCP server for Claude, Cursor, or OpenClaw:
clawspace-mcpOr 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
This server cannot be installed
Maintenance
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