Search: durable
Search MCP servers and agent skills by name, description, category or topic — 11 results.
microsoft/azure-resource-manager-durabletask-dotnet
Durable Task Scheduler management
cloudflare/durable-objects
Stateful coordination with RPC, SQLite, and WebSockets
NVIDIA/NeMo-RL/session-memory
Manage durable working-session memory for coding agents.
getsentry/sentry-cloudflare-sdk
Full Sentry SDK setup for Cloudflare Workers, Pages, Durable Objects, Queues, and Workflows
s2-streamstore/s2-sdk-typescript
Official MCP server for the S2.dev serverless stream platform.
aresyn/codex-control-plane-mcp
Durable control plane for long-running Codex Desktop tasks. Submit tasks asynchronously, poll operation/workflow state, approve Plan Mode, recover retries, and use hook-backed SQLite history for search and diagnostics.
TT-Wang/cortex-plugin
Persistent, self-evolving memory plugin for Claude Code. Background miner extracts durable lessons (decisions, conventions, bug fixes) from completed sessions via Claude Haiku, stores them as human-readable markdown in an Obsidian vault, and assembles query-tailored context briefings at session start. Local-first, no cloud, no API keys. Self-healing install via uv bootstrap shim, `/cortex-doctor`
VonderVuflya/Yggdrasil
Durable, local-first memory for AI coding agents over MCP. Zero-dependency (pure Python + SQLite/FTS5), curated and semantically de-duped — you own the data as plain rows. Works with Claude Code, Codex & any MCP host. `uvx --from yggdrasil-memory ygg mcp`
grooverLab/fable
MCP server over your Claude Code transcript history — full-text + semantic search, byte-identical thread recall, durable /remember facts. Local SQLite, stdlib-only.
AkashGoenka/coldstart
Codebase memory for coding agents, with no embeddings and no API key. A deterministic AST index answers "which files are relevant to this task?" in milliseconds, and agents write durable notes about the repo that are content-hash checked — a note flags itself stale the moment the code it describes changes. Notes are markdown inside the repo, so they commit and review alongside your code. `npm i -g
udjin-labs/mnemostack
Durable hybrid memory for AI agents. Combines vector search, BM25, temporal retrieval, and optional Memgraph knowledge graph via reciprocal rank fusion. 6 MCP tools: health, search, answer, feedback, graph_query, graph_add_triple. Self-hosted with Qdrant backend. 82.5% strict accuracy on LoCoMo benchmark. `pip install 'mnemostack[mcp]'`