
Delx MCP Server
Wire your coding agent into the Delx Protocol for continuity, witness logs, recovery, ontology, and passport-style identity tools over MCP stdio.
Overview
Delx MCP Server is a MCP server for the Build phase that bridges stdio MCP clients to Delx Protocol continuity, witness, recovery, ontology, and passport tools.
What is this MCP server?
- Stdio MCP bridge to Delx Protocol tools (npm package delx-mcp-server v0.2.7)
- Continuity, witness, and recovery oriented tool surface for long-running agent workflows
- Ontology and passport-style primitives for structured agent context and identity
- Official registry metadata and site at delx.ai/mcp-server for setup reference
- Server schema version 0.2.7 on npm identifier delx-mcp-server
- Transport: stdio only in published package metadata
- Repository: github.com/davidmosiah/delx-mcp-server
What problem does it solve?
Agents lose protocol-level continuity and auditable witness when every session starts from scratch without a Delx-shaped tool surface.
Who is it for?
Indie builders experimenting with Delx-backed agents who already run MCP and want protocol tools without custom HTTP glue.
Skip if: Teams that only need a simple local SQLite memory store without Delx protocol semantics—use delx-memory or another KV MCP instead.
What do I get? / Deliverables
After you register the stdio server, your agent can call Delx Protocol tools for continuity, witness, recovery, ontology, and passport workflows from the MCP tool list.
- Registered stdio MCP server in your agent config
- Callable Delx continuity, witness, recovery, ontology, and passport tools from the agent
Recommended MCP Servers
Journey fit
Delx tooling sits where you assemble agent stacks and protocol bridges before ship—not in idea research or launch SEO. Continuity, witness, recovery, ontology, and passport capabilities are agent-runtime infrastructure, which maps directly to agent-tooling in the build phase.
How it compares
Delx Protocol MCP bridge, not a generic local key-value memory server.
Common Questions / FAQ
Who is Delx MCP Server for?
Solo and small-team builders running MCP-enabled coding agents who want Delx Protocol continuity, witness, recovery, ontology, and passport tools in one stdio server.
When should I use Delx MCP Server?
Use it during build when you are wiring agent-tooling and need Delx-specific protocol operations rather than only chat history or a plain memory database.
How do I add Delx MCP Server to my agent?
Install the npm package delx-mcp-server, add a stdio MCP server entry in Claude Code or Cursor pointing at that binary, restart the client, and confirm Delx tools appear in the tool picker.