Cross-vendor AI memory over MCP. One semantic store, readable and writeable from every MCP client.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Cross-vendor AI memory over MCP.
One memory store. Every model. Claude, ChatGPT, Gemini, Kimi, Cursor, Windsurf β anything that speaks MCP.
gnosem.dev Β· pricing Β· llms.txt
Gnosem is a hosted Model Context Protocol server that gives each user one persistent memory store β readable and writeable from every MCP-capable AI client. Vendor-agnostic by design: a fact saved from Claude is visible in ChatGPT, Cursor, Windsurf, Zed, Kimi, and any other MCP client (or plain HTTP tool call) using the same API key.
The problem it solves: every AI vendor has its own proprietary memory. OpenAI's ChatGPT memory doesn't work in Claude. Anthropic's projects don't cross into GPT. Multi-model users retell context in every session. Gnosem is the neutral layer between vendors.
memory_write β save a fact, preference, decision, or note. content, tags?, written_by? (provenance), session_id?, no_optimize?memory_search β semantic search across your memories. query, k?, raw?memory_list β list recent memories in reverse-chronological order. limit?, cursor?, raw?memory_forget β soft-delete a memory by idmemory_supersede β replace a stale memory with a corrected oneLong memories (>400 chars) are automatically compressed on write to a structured-facts form (Workers AI, llama-3.1-8b-instruct-fast) with a strict prompt: TOPIC=..., PROJECT=..., DECISION=..., STACK=..., PROBLEM=.... The reading LLM ingests the compact form by default β fewer tokens, same meaning. The raw prose is preserved and returned as content_raw; pass raw:true to invert. Pass no_optimize:true on write to skip compression entirely.
Compression is guarded β if the model output isn't actually shorter, gnosem falls back to storing raw only. Fail-open: any AI error still saves the memory.
Auto-detects and configures every MCP-capable client on your machine (Claude Desktop, Claude Code, Cursor, Windsurf, Zed). Prompts for your API key and merges the gnosem entry alongside your existing servers. Restart the affected clients β the five memory tools appear immediately.
Get an API key at gnosem.dev, or via the API:
The key is displayed once. Save it.
| Plan | Price | Memories | API keys | Storage |
|---|---|---|---|---|
| Free | $0 | 200 | 1 | shared |
| Pro | $9/mo or $90/yr | Unlimited | Unlimited | 1 GB |
Upgrade at gnosem.dev/upgrade.
Each memory row: id (uuid), content (raw, β€8000 chars), content_optimized (structured facts, nullable), tags (json array), written_by (provenance β which model wrote it), session_id (opaque grouping), created_at, plus a semantic embedding (BGE-base-en-v1.5, 768-dim) stored in Vectorize.
Every memory tracks provenance so you can see which model contributed which fact. Memories are per-user isolated at both the D1 metadata layer (user_id filter on every query) and the Vectorize layer (metadata index on user_id).
Correction chains via memory_supersede: the old row is marked superseded (excluded from reads) and the new row references it. Soft-delete via memory_forget (excluded from reads and removed from the vector index).
@cf/baai/bge-base-en-v1.5) and content optimization (@cf/meta/llama-3.1-8b-instruct-fast)Latency: sub-100ms for read, ~200-800ms for write (dominated by embedding + optimization inference).
The service is designed to be discoverable and citeable by LLMs:
/llms.txt β LLM-optimized site summary per llmstxt.org/robots.txt β explicitly welcomes GPTBot, ClaudeBot, PerplexityBot, Google-Extended, and every major AI crawler/sitemap.xml β standard sitemapSoftwareApplication + FAQPage) embedded in the landing pageThe Worker source in this repo can be deployed to your own Cloudflare account. You'll need:
npx wrangler d1 create <name> β creates the D1 database. Update wrangler.jsonc with the returned idnpx wrangler vectorize create <name> --dimensions=768 --metric=cosine β creates the indexnpx wrangler vectorize create-metadata-index <name> --property-name=user_id --type=string β required for per-user isolationnpx wrangler d1 execute <name> --remote --file=schema.sql then apply migrations/*.sql in ordernpx wrangler secret put STRIPE_SECRET_KEY and STRIPE_WEBHOOK_SECRET (only needed if you want billing)npx wrangler deployThe hosted service (gnosem.dev) is the recommended way to use Gnosem β one API key, no infra to run, memories stay reachable when you switch machines.
Gnosem is a product of CUETV LLC, a Missouri holding company operating a family of new-media and infrastructure products.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/gnosem)<a href="https://allmcps.com/mcp/gnosem"><img src="https://allmcps.com/api/badge/gnosem?style=directory" alt="Gnosem on AllMCPs" /></a>