← assertion-ai.com
INDIVIDUAL MCP TOOL
unsupersede
Undo a supersession — bring a tombstoned claim back into active views.
LIVE ENDPOINT
https://memory.assertion-ai.com/memory/mcp
Connect to this endpoint to inspect the live schema for unsupersede and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.assertion]
url = "https://memory.assertion-ai.com/memory/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"assertion": {
"type": "http",
"url": "https://memory.assertion-ai.com/memory/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: assertion
Remote MCP URL: https://memory.assertion-ai.com/memory/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"assertion": {
"url": "https://memory.assertion-ai.com/memory/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"assertion": {
"type": "http",
"url": "https://memory.assertion-ai.com/memory/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "assertion",
"transport": "streamable-http",
"url": "https://memory.assertion-ai.com/memory/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
recall— Look up what's known about a topic from prior work.expand— Return the sub-claims directly supporting a given claim.evidence— Return the raw quote, code snippet, or specific value backing a claim.conflicts— List open memory conflicts — pairs of stored claims that contradict each other and are awaiting the user's decision.resolve— Resolve an open memory conflict AFTER the user says which claim is correct.superseded— List recently superseded (tombstoned) claims — what conflict resolution / the sweep retired, with the claim that replaced each.list_spaces— List the user's memory workspaces: their personal tree, the team spaces they belong to, which one is the default for new sessions, and (if known) which one THIS session is pinned to.use_space— Switch THIS session's memory workspace (capture + recall) to a team space the user belongs to, or back to 'personal'.