Skip to content
Zed

MindCore Memory MCP for Zed

io.github.woshilaohei/mindcore-memory

AI long-term memory MCP server with importance scoring and confidence calibration

client:Zed transport:stdio runtime:pypi

Install MindCore Memory MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mindcore-memory": {
      "command": "uvx",
      "args": [
        "mindcore-memory"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

MindCore Memory MCP in other clients