← moltlinestudio.com
INDIVIDUAL MCP TOOL
graph_diff
Say exactly what changed between two versions of a memory.
LIVE ENDPOINT
https://mcp.moltlinestudio.com/recall
Connect to this endpoint to inspect the live schema for graph_diff 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.moltline-recall]
url = "https://mcp.moltlinestudio.com/recall"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"moltline-recall": {
"type": "http",
"url": "https://mcp.moltlinestudio.com/recall"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: moltline-recall
Remote MCP URL: https://mcp.moltlinestudio.com/recall
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": {
"moltline-recall": {
"url": "https://mcp.moltlinestudio.com/recall"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"moltline-recall": {
"type": "http",
"url": "https://mcp.moltlinestudio.com/recall"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "moltline-recall",
"transport": "streamable-http",
"url": "https://mcp.moltlinestudio.com/recall"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
graph_upsert— Fold new facts into a memory graph and get the whole graph back.graph_search— Find what the graph knows about something, plus its neighbourhood.graph_lint— Find the breaks a memory graph accumulates as it grows.graph_at_time— See the memory as it stood on a given day, optionally faded by age.graph_compact— Shrink a memory to the part that still earns its place.