Skip to content
VS Code

Graphiti Local for VS Code

io.github.renezander030/graphiti-local

Local-first temporal knowledge graph with six read-only MCP tools and human-reviewed writes.

client:VS Code transport:stdio runtime:pypi

Install Graphiti Local in VS Code

.vscode/mcp.json

{
  "servers": {
    "graphiti-local": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "graphiti-local"
      ]
    }
  }
}

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

Graphiti Local in other clients