vaultit for Cursor
io.github.therealdataboss/vaultit
Zero model drift between AI agents. Session continuity for Claude, GPT, Gemini, and any LLM.
client:Cursor
transport:stdio
runtime:pypi
Install vaultit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vaultit": {
"type": "stdio",
"command": "uvx",
"args": [
"vaultit"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs