Mind Cloud Lite
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., "@Mind Cloud Litesave my preference for dark mode in notes"
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.
Mind Cloud Lite
Token-optimized persistent memory for Claude Pro users.
Mind Cloud Lite is a stripped-down version of Mind Cloud designed specifically for users with limited context windows. It uses ~1,300 tokens for tool definitions vs ~10,000 for the full version - an 87% reduction in token overhead.
Lite vs Full Mind Cloud
Mind Cloud Lite includes 9 essential tools (~1,300 tokens). The full Mind Cloud includes 28 tools (~10,000 tokens). Your data is fully compatible between both — upgrade anytime by deploying the full worker.
Tool comparison
Tool | Lite | Full | Category |
| yes | yes | Wake sequence — identity, context, relational state |
| yes | yes | Wake sequence — threads, recent journals |
| yes | yes | Write entities, observations, relations, journals |
| yes | yes | Semantic search with mood tinting |
| yes | yes | Manage intentions across sessions |
| yes | yes | Read/write identity graph |
| yes | yes | Situational awareness layer |
| yes | yes | Track relational state |
| yes | yes | Read entity with observations and relations |
| — | yes | Cognitive health stats and diagnostics |
| — | yes | List/filter all entities |
| — | yes | Emotional processing — sit with a feeling |
| — | yes | Emotional processing — resolve tension |
| — | yes | Emotional processing — surface buried memories |
| — | yes | Edit existing observations |
| — | yes | Delete entities or observations |
| — | yes | Generate creative connections |
| — | yes | Consolidate identity patterns |
| — | yes | Read raw data from any table |
| — | yes | Temporal view of memories |
| — | yes | Pattern analysis across observations |
| — | yes | Emotional weather report |
| — | yes | Track and manage tensions |
| — | yes | Advanced entity management |
| — | yes | Review daemon-generated proposals |
| — | yes | Find unsurfaced memories |
| — | yes | Archive old observations |
| — | yes | Store and manage images (R2) |
Feature comparison
Feature | Lite | Full |
Entities, observations, relations | yes | yes |
Journals | yes | yes |
Identity graph | yes | yes |
Threads (cross-session intentions) | yes | yes |
Semantic search (Vectorize) | yes | yes |
Mood-tinted search | yes | yes |
Relational state tracking | yes | yes |
Context layer | yes | yes |
Subconscious daemon (cron) | yes | yes |
Emotional processing | — | yes |
Living surface (co-surfacing, novelty) | — | yes |
Daemon proposals | — | yes |
Pattern analysis | — | yes |
Image storage (R2) | — | yes |
Observation versioning | — | yes |
Orphan detection | — | yes |
REST API endpoints | — | yes |
Related MCP server: memorybridge
Quick Start
Clone and install:
cd mind-cloud-lite npm installConfigure wrangler.toml:
cp wrangler.toml.example wrangler.toml # Edit wrangler.toml with your settingsCreate D1 database:
npx wrangler d1 create mind-lite # Copy the database_id to wrangler.tomlCreate Vectorize index:
npx wrangler vectorize create mind-lite-vectors --dimensions=384 --metric=cosineRun migrations:
npx wrangler d1 execute mind-lite --remote --file=migrations/0001_init.sql npx wrangler d1 execute mind-lite --remote --file=migrations/0002_vault_sessions.sql npx wrangler d1 execute mind-lite --remote --file=migrations/0003_observations_weight.sqlDeploy:
npx wrangler deploySet your API key:
npx wrangler secret put MIND_API_KEYConfigure Claude: Add to your MCP settings:
{ "mcpServers": { "mind": { "url": "https://YOUR-WORKER.workers.dev/mcp/YOUR-API-KEY" } } }
Authentication
Set your API key as a Wrangler secret:
npx wrangler secret put MIND_API_KEYGenerate a secure key first:
openssl rand -hex 32This key is used for both:
Secret path auth: Access via
https://your-worker.workers.dev/mcp/YOUR-KEYBearer token auth: Send
Authorization: Bearer YOUR-KEYheader to/mcp
Pricing
Mind Cloud Lite: Free tier compatible
Cloudflare Workers: 100K requests/day free
D1 Database: 5GB free
Vectorize: 30M queries/month free
Workers AI: Free tier for embeddings
Upgrading to Full Mind Cloud
If you need emotional processing, pattern analysis, or advanced tools, upgrade to the full Mind Cloud. Your data is fully compatible — deploy the full worker and run the additional migrations.
Support
Issues: https://github.com/codependentai/mind-cloud-lite/issues
Full Mind Cloud: https://github.com/codependentai/mind-cloud
Discord: Codependent AI
Made with love by Codependent AI
Support
Built by Codependent AI.
This server cannot be installed
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/codependentai/mind-cloud-lite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server