Skip to content
VS Code

chronicle mcp for VS Code

io.github.leviathan0x0/chronicle-mcp

Local MCP server to sync, clean, and index AI chat logs locally. Saves up to 40% context tokens.

client:VS Code transport:stdio runtime:pypi

Install chronicle mcp in VS Code

.vscode/mcp.json

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

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

chronicle mcp in other clients