vardoger for Cursor
io.github.dstrupl/vardoger
Personalize AI coding assistants by analyzing local conversation history. Runs on your machine.
client:Cursor
transport:stdio
runtime:pypi
Install vardoger in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vardoger": {
"type": "stdio",
"command": "uvx",
"args": [
"vardoger"
],
"env": {
"VARDOGER_MCP_PLATFORM": "<VARDOGER_MCP_PLATFORM>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs