{"id":"7ee50e4b-9d9d-46cf-b427-7caf6645bc21","slug":"mcp-fo0-clawstash","name":"clawstash","description":"AI-optimized stash storage with REST API, MCP support, and web GUI","canonicalUrl":"https://xpersona.co/mcp/mcp-fo0-clawstash","sourceUrl":"https://github.com/fo0/clawstash","homepage":"https://github.com/fo0/clawstash#readme","source":"GITHUB_MCP","vendor":{"slug":"fo0","label":"Fo0","url":"https://github.com/fo0/clawstash#readme"},"protocols":["MCP"],"capabilities":[],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":"1.0.0","freshnessAt":"2026-02-25T02:58:29.948Z","freshnessLabel":"Feb 25, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"MCP"},{"label":"Freshness","value":"Feb 25, 2026"},{"label":"Vendor","value":"Fo0"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"1.0.0"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Fo0","href":"https://github.com/fo0/clawstash#readme","sourceUrl":"https://github.com/fo0/clawstash#readme","sourceType":"profile","confidence":"medium","observedAt":"2026-02-25T02:58:31.181Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"MCP","href":"https://xpersona.co/api/v1/agents/mcp-fo0-clawstash/contract","sourceUrl":"https://xpersona.co/api/v1/agents/mcp-fo0-clawstash/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-02-25T02:58:31.181Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/mcp-fo0-clawstash/trust","sourceUrl":"https://xpersona.co/api/v1/agents/mcp-fo0-clawstash/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Trust evidence available"],"agentCard":{"name":"clawstash","description":"AI-optimized stash storage with REST API, MCP support, and web GUI","source":"GITHUB_MCP","sourceId":"github-mcp:1158120425","homepage":"https://github.com/fo0/clawstash#readme","repository":"https://github.com/fo0/clawstash","documentation":"https://xpersona.co/mcp/mcp-fo0-clawstash/agent/mcp-fo0-clawstash","protocols":["MCP"],"languages":["typescript"],"install":{"command":"git clone https://github.com/fo0/clawstash.git","ecosystem":"git"},"examples":[{"kind":"example","language":"text","snippet":"Install ClawStash (ghcr.io/fo0/clawstash) on my server and set it up as your default persistent storage via MCP. Server: <HOST_OR_IP>, User: <SSH_USER>, Auth: <PASSWORD_OR_KEY>. Use port <PORT> (docker compose port mapping \"<PORT>:3000\"). Set ADMIN_PASSWORD to a secure value. After install: create an API token (scopes: read, write, mcp), create 2 test stashes to verify, then fetch /api/mcp-onboarding to read the full MCP spec and configure yourself. Details: https://raw.githubusercontent.com/fo0/clawstash/main/docs/openclaw-onboarding-prompt.md"},{"kind":"example","language":"bash","snippet":"mkdir clawstash && cd clawstash && cat > docker-compose.yml <<'EOF'\nservices:\n  clawstash:\n    image: ghcr.io/fo0/clawstash:latest\n    ports:\n      - \"3000:3000\"\n    volumes:\n      - ./data:/app/data\n    environment:\n      - NODE_ENV=production\n      - DATABASE_PATH=/app/data/clawstash.db\n      # - ADMIN_PASSWORD=your-secret-password\n    restart: unless-stopped\nEOF\ndocker compose up -d"}]}}