Skip to content
Back to search
30
MCP

continuity-mcp

pypi/continuity-mcp

Agent memory with receipts: an MCP server over an append-only, hash-chained ledger for task state, memory, and verified handoffs across sessions and models.

Uptime
0.0%
7 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.kira-autonoma/agent-memory-mcp
Agent memory MCP server with provenance tracking, decay-weighted recall, and feedback loops.
0 tools
agent-memory-mcp-server
Persistent memory for AI agents — store, retrieve and search knowledge across sessions
0 tools
agent-memorystore-mcp
MCP server providing persistent cross-session memory for AI agents — store, recall, search, and summarize memories across agent boundaries
0 tools
agentrecall-mcp
MCP server for AgentRecall — persistent memory for AI agents
0 tools
coordination-memory-mcp
Local MCP server for append-only multi-agent coordination memory with an integrator-owned accepted projection and goal-level acceptance cont
0 tools
agent-receipt-validator-mcp
MCP server for validating signed agent execution receipts.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "continuity-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}