Super personal assistant for any AI CLI - Universal, cross-project, 100% local | 超级个人助理 - 通用、跨项目、100%本地
Super personal assistant for any AI CLI - Universal, cross-project, 100% local | 超级个人助理 - 通用、跨项目、100%本地. Exposed over MCP by the universal mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Super personal assistant for any AI CLI - Universal, cross-project, 100% local | 超级个人助理 - 通用、跨项目、100%本地
Everything the assistant can do here goes through one of these:
v0.1.0 — 基础记忆系统(记录 + 搜索)v0.2.0 — OpenCode 插件自动采集v0.3.0 — Claude Code 集成(Stop hook + Skill)v0.4.0 — 语义搜索(向量索引)v0.5.0 — 性能优化(异步索引、4x 候选池)v0.6.0-beta.0 — 三层架构(L0→L1→L2 生命周期)v0.7.0 — 企业级特性(测试 >80%、监控、文档)v1.0.0 — 生产就绪(所有功能稳定、基准测试达标)Installation goes through your MCP client rather than a global install: point it at universal-memory-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Universal's toolset — v0.1.0, v0.2.0, v0.3.0 and 5 more — is a fair guide to whether it matches your workflow. It is maintained by slicenfer; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Universal's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| v0.1.0 | 基础记忆系统(记录 + 搜索) |
| v0.2.0 | OpenCode 插件自动采集 |
| v0.3.0 | Claude Code 集成(Stop hook + Skill) |
| v0.4.0 | 语义搜索(向量索引) |
| v0.5.0 | 性能优化(异步索引、4x 候选池) |
| v0.6.0-beta.0 | 三层架构(L0→L1→L2 生命周期) |
| v0.7.0 | 企业级特性(测试 >80%、监控、文档) |
| v1.0.0 | 生产就绪(所有功能稳定、基准测试达标) |
{
"mcpServers": {
"universal-memory": {
"command": "npx",
"args": ["-y", "universal-memory-mcp"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.