Skip to content
VS Code

MCP Memory Graph for VS Code

io.github.retrorobai/mcp-memory-graph

Authority-weighted memory graph for AI agents with conflict detection and semantic search.

client:VS Code transport:stdio runtime:pypi

Install MCP Memory Graph in VS Code

.vscode/mcp.json

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

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

MCP Memory Graph in other clients