Access your decentralized memory.Save pages and videos from the extension to build your library.
Loading…
Paste into ~/.cursor/mcp.json. Set CONTEXTUP_API_KEY to your ctxup_… secret from Connections.
{
"mcpServers": {
"contextup": {
"url": "/mcp",
"headers": {
"Authorization": "Bearer ${env:CONTEXTUP_API_KEY}"
}
}
}
}