Skip to content
VS Code

MindCore Memory MCP for VS Code

io.github.woshilaohei/mindcore-memory

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

client:VS Code transport:stdio runtime:pypi

Install MindCore Memory MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "mindcore-memory": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mindcore-memory"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

MindCore Memory MCP in other clients