- 1AIVault
1AIVault
1AIVault is a local-first desktop app that gives every AI tool one shared, portable memory. It stores your memories, decisions, preferences, and reusable skills in a local SQLite database and exposes them through an MCP server, so context you build in Claude Desktop is instantly available in Cursor, Claude Code, Cline, Codex, Gemini, OpenCode, and others.
The server ships bundled inside the desktop app — download 1AIVault, click "Install" next to your AI client, and the app writes the MCP config for you. 20 tools cover saving/searching entries, a knowledge graph (link and traverse related context), reusable skills, and automatic cross-source topic classification. Everything stays on your machine: a single SQLite file, WAL mode, no cloud, no account.
Server Config
{
"mcpServers": {
"1aivault": {
"command": "/Applications/1AIVault.app/Contents/MacOS/1AIVault",
"args": [
"/Applications/1AIVault.app/Contents/Resources/app.asar.unpacked/dist/main/main/mcp/server.js",
"--source",
"claude_desktop",
"--db",
"/Users/you/.1aivault/vault.db"
],
"env": {
"ELECTRON_RUN_AS_NODE": "1",
"NODE_PATH": "/Applications/1AIVault.app/Contents/Resources/app.asar.unpacked/node_modules"
}
}
}
}Recommend Servers
View Allsummarize chat message