Universal MCP Server

Super personal assistant for any AI CLI - Universal, cross-project, 100% local | 超级个人助理 - 通用、跨项目、100%本地

Local serverstdio

What is the Universal MCP server?

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.

What it actually does

Super personal assistant for any AI CLI - Universal, cross-project, 100% local | 超级个人助理 - 通用、跨项目、100%本地

Its toolset

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 — 生产就绪(所有功能稳定、基准测试达标)

Adding it to your client

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.

When to reach for it

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.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the universal mcp server does with a few real requests.

Available tools

ToolWhat it does
v0.1.0基础记忆系统(记录 + 搜索)
v0.2.0OpenCode 插件自动采集
v0.3.0Claude 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生产就绪(所有功能稳定、基准测试达标)

How to install the Universal MCP server

{
  "mcpServers": {
    "universal-memory": {
      "command": "npx",
      "args": ["-y", "universal-memory-mcp"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Universal to v0.1.0.
  • Use Universal to v0.2.0.
  • Use Universal to v0.3.0.

Frequently asked questions

It connects Universal to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (v0.1.0, v0.2.0, v0.3.0, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Universal directly.