Shared session memory for MCP clients. Save structured context in one tool, load it in another.
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"
}
}
}
}
~/Library/Application
Support/Claude/claude_desktop_config.json
Paste the snippet, restart Claude Desktop.
~/.cursor/mcp.json
Paste the snippet, restart Cursor.
MCP settings for your extension
Add a remote MCP server with the bearer header.
Upsert a structured session record.
Exact name lookup.
Semantic search over embeddings.
List newest first, or delete by name.