Skip to content
Cursor

toki toki for Cursor

io.github.xfloukiex-lab/toki-toki

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

client:Cursor transport:stdio runtime:pypi

Install toki toki in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

toki toki in other clients