Universal memory runtime for AI agents β episodic, semantic, and procedural memory.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Universal memory runtime for AI agents. Framework-agnostic, protocol-native, offline-first.
Your agent stops being amnesiac. Decisions, patterns, and outcomes persist across sessions β and the right context surfaces when it's needed.
| What you need | How Pensyve solves it |
|---|---|
| Agent forgets everything between sessions | Three memory types β episodic (what happened), semantic (what is known), procedural (what works) |
| Agent can't find the right memory | 8-signal fusion retrieval β vector similarity + BM25 + graph + intent + recency + frequency + confidence + type boost |
| Agent repeats failed approaches | Procedural memory β Bayesian tracking on actionβoutcome pairs surfaces what actually works |
| Memory store grows unbounded | FSRS forgetting curve β memories you use get stronger, unused ones fade naturally. Consolidation promotes repeated facts. |
| Need cloud signup to get started | Offline-first β SQLite + ONNX embeddings. Works on your laptop right now. No API keys needed. |
| Need to scale to production | Postgres backend β feature-gated pgvector for multi-node deployments. Managed service at pensyve.com. |
| Only works with one framework | Framework-agnostic β Python, TypeScript, Go, MCP, REST, CLI. Drop-in adapters for LangChain, CrewAI, AutoGen. |
Or use the MCP server directly with Antigravity CLI, Codex, Claude Code, Cursor, or any MCP client β see MCP Setup.
When the consumer of recalled memories is another LLM (the dominant
"memory for an AI agent" pattern), recall_grouped() returns memories
already clustered by source session and ordered chronologically β ready
to format as session blocks in a reader prompt.
No more manual OrderedDict clustering, no more reordering by date string,
no more boilerplate every consumer has to reinvent.
Pensyve exposes its core engine through multiple interfaces β use whichever fits your stack.
Direct in-process access via PyO3. Zero network overhead.
Works with Antigravity CLI, Claude Code, Cursor, and any MCP-compatible client.
Tools exposed: recall, remember, episode_start, episode_end, forget, inspect, status, account
Full cognitive memory layer for Claude Code with 7 commands, 4 skills, 2 agents, and 6 lifecycle hooks.
Install from the marketplace:
The plugin does not bundle an MCP server config β auth method and backend are user choices. Add an mcpServers.pensyve entry to your ~/.claude/settings.json (user-level) or .claude/settings.json (project-level). Pick one:
Pensyve Cloud β API key (recommended):
Pensyve Cloud β OAuth (browser sign-in):
Pensyve Local (self-hosted, no API key):
Build the MCP binary first (see Install), then:
Note: Use
headerswithAuthorization: Bearerfor remote MCP (HTTP transport). Use the top-levelenvblock (Claude Code MCP schema) for local stdio servers that read environment variables at startup.
See integrations/claude-code/README.md for full documentation.
First-class working memory for OpenAI Codex with a plugin manifest, bundled MCP server config, hooks, skills, /pensyve, and $pensyve skill invocation.
Add this repo as a Codex plugin marketplace, then install Pensyve:
For local development from a checkout, use
codex plugin marketplace add /path/to/pensyve/integrations/codex-plugin instead.
Set your API key for the bundled MCP server:
No reviews yet β be the first to share how this listing worked for you.
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/pensyve)<a href="https://allmcps.com/mcp/pensyve"><img src="https://allmcps.com/api/badge/pensyve?style=directory" alt="Pensyve on AllMCPs" /></a>