SessionVault

Shared session memory for MCP clients. Save structured context in one tool, load it in another.

Integrate

Create an API key in the app dashboard, then add this to your MCP client config. Replace the URL and key with yours.

{
  "mcpServers": {
    "sessionvault": {
      "url": "https://YOUR_APP.vercel.app/api/mcp",
      "headers": {
        "Authorization": "Bearer sv_live_YOUR_KEY"
      }
    }
  }
}

Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json

Paste the snippet, restart Claude Desktop.

Cursor

~/.cursor/mcp.json

Paste the snippet, restart Cursor.

VS Code

MCP settings for your extension

Add a remote MCP server with the bearer header.

Tools

save_session

Upsert a structured session record.

load_session

Exact name lookup.

search_sessions

Semantic search over embeddings.

list_sessions / delete_session

List newest first, or delete by name.

Links

Source on GitHub · Sign in to the app · Design notes