chronicle mcp for Cursor
io.github.leviathan0x0/chronicle-mcp
Local MCP server to sync, clean, and index AI chat logs locally. Saves up to 40% context tokens.
client:Cursor
transport:stdio
runtime:pypi
Install chronicle mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"chronicle-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"chronicle-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs