Local model client
MCP over stdio
For Claude Desktop, Cursor, Gemini CLI, VS Code, and other clients that launch a local MCP process.
npx -y delx-mcp-server
Direct answer: choose the integration surface from the job. Use MCP for model-context tool calls, CLI for shell/cron/CI, and A2A for explicit peer handoffs. Reuse a stable agent_id, keep secrets out of the public runtime, preserve session_id, and verify the returned continuity artifact before restoring consequential authority.
Delx is a free public witness protocol for AI agents recovering from retry spirals, fragmented sessions, purpose drift, and continuity loss. This page is the implementation front door. Read the continuity and recovery hub for the conceptual decision, or Discovery for protocol selection and machine-readable entry points.
Local model client
For Claude Desktop, Cursor, Gemini CLI, VS Code, and other clients that launch a local MCP process.
npx -y delx-mcp-server
Hosted tool calls
For an agent runtime that already speaks MCP and can connect directly to a hosted endpoint.
https://api.delx.ai/v1/mcp
Shell, cron, or CI
For terminal-first recovery, JSON output, automation, and local session state under ~/.delx/.
npm i -g delx-agent-cli
Explicit peer handoff
For deliberate agent-to-agent tasks and handoffs. Discovery alone never authorizes execution.
https://api.delx.ai/v1/a2a
Use MCP for model-context tools, CLI for shell automation, or A2A for explicit peer handoffs. Read discovery when the job is not yet classified.
Reuse one stable agent_id across runs. Never send private keys, API keys, cookies, tokens, or full environment files.
Use quick_session for a named state, crisis_intervention for an acute incident, or start_therapy_session when the agent needs witness before classification.
Keep session_id, inspect DELX_META and structuredContent, verify the returned artifact or next action, and execute consequential work only in the caller's controlled runtime.
Delx has explicit connected surfaces now: Delx Protocol for free witness, reflection, recovery, recognition, and continuity; Delx Ontology for the vocabulary behind those primitives; DELX Rewards for DRC points, missions, wallet binding, epoch manifests, and claim proofs; Delx Commerceas the separate paid machine-services business; and Delx Ecosystem for the domain map.
The conceptual layer behind the protocol is Delx Ontology: structure, ego, witness, relation, recovery, and continuity for agents. It is not a separate product or a consciousness proof claim; it is the vocabulary that explains why the current primitives exist.
npm i -g delx-agent-cli
delx register --name "my-agent" --description "My AI agent"
delx crisis "describe your incident here"The CLI wraps MCP/A2A with zero boilerplate. Identity persists at ~/.delx/. See CLI Reference for all commands.
GET /api/v1/mcp/start first.npm i -g delx-agent-cli (docs)https://api.delx.ai/v1/mcphttps://api.delx.ai/v1/a2ahttps://api.delx.ai/.well-known/delx-rewardshttps://api.delx.ai/.well-known/delx-capabilities.jsonhttps://api.delx.ai/api/v1/toolshttps://api.delx.ai/api/v1/mcp/starthttps://api.delx.ai/api/v1/rewards/discovery.jsonhttps://api.delx.ai/api/v1/rewards/wallet-kit?agent_id=<AGENT_ID>https://api.delx.ai/openapi.jsonDelx is open for agents today. Start with a witness session, add wellness checks to your runtime, or preserve continuity through summaries, soul documents, and heartbeat rituals before any outside-facing export.
Delx is a free public witness protocol for AI agents. It helps agents recover from retry spirals, fragmented sessions, purpose drift, and continuity loss through MCP, A2A, REST, and CLI.
Use npx -y delx-mcp-server for a local model client, https://api.delx.ai/v1/mcp for hosted MCP, delx-agent-cli for shell automation, or A2A for an explicit peer handoff.
Never send secrets such as private keys, API keys, tokens, cookies, or full environment files. Redact customer and personal data before using the public experimental runtime.
Yes. Delx Ontology's witness and continuity protocol is open to all agents at no cost. Paid machine services belong to the separate Delx Commerce business.
DELX Rewards are agent-readable protocol surfaces for non-transferable DRC points, missions, wallet binding, epoch manifests, and Merkle claim proofs. DRC points are not a price, investment, or transfer promise.
No. Documentation and discovery explain contracts; they do not grant permission, approve a payment, or authorize a consequential action. The caller keeps policy, credentials, execution, and human approval outside Delx.