Skip to content
VS Code

toki toki for VS Code

io.github.xfloukiex-lab/toki-toki

A local causality ledger: records decisions and the reasons, for an agent to recall.

client:VS Code transport:stdio runtime:pypi

Install toki toki in VS Code

.vscode/mcp.json

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

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

toki toki in other clients