Pensyve is a universal memory runtime for AI agents that enables them to remember and recall information across sessions, enhancing their contextual awareness and decision-making capabilities.
From the registry: Universal memory runtime for AI agents — episodic, semantic, and procedural memory.

This server lives in a monorepo. The README covers the whole collection, so we can't extract a single canonical install. Multi-component monorepo for Pensyve universal memory runtime. Includes Rust core engine, Python SDK (PyO3), TypeScript SDK, Go SDK, WASM build, MCP server binary (pensyve-mcp), REST gateway, CLI, and IDE integrations (Claude Code plugin, VS Code, Cursor, etc.). The MCP server must be built from source with 'cargo build --release --bin pensyve-mcp'. A cloud-hosted version is available at mcp.pensyve.com.
PENSYVE_PATHrequiredSQLite database directory.PENSYVE_API_KEYrequiredAPI key for accessing Pensyve Cloud services.AI Agents Framework with Self Reflection and MCP support