This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryMCP Server Support adds native IDE integration with local semantic search and six memory sections.
Full changelog
What's New
MCP Server Support — Native integration with Windsurf, Cursor, and Claude Desktop. No CLI commands needed, your IDE manages memory automatically.
Installation
pip install rememb[mcp]
Quick Setup
Add to your IDE's MCP config:
{
"mcpServers": {
"rememb": {
"command": "rememb",
"args": ["mcp"]
}
}
}
| IDE | Config file |
|-----|-------------|
| Windsurf | ~/.codeium/windsurf/mcp_config.json |
| Cursor | .cursor/mcp.json |
| Claude Desktop | ~/Library/Application Support/Claude/claude_desktop_config.json |
How it works
- Agent starts → automatically calls
rememb_read→ loads your context - You chat normally
- Agent learns something → automatically calls
rememb_write→ saves to.rememb/
Zero servers. Zero API keys. Your data stays in your project.
Features
- MCP server for native IDE integration
- Local semantic search (no cloud calls)
- Import from
.md,.txt,.pdf - 6 memory sections: project, actions, systems, requests, user, context
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About LuizEduPP/rememb
Persistent memory for AI agents with sectioned entries (project/user/context/etc), semantic search, CLI, and per-project scope. Local JSON, zero config, no server required.
Related context
Related tools
Beta — feedback welcome: [email protected]