davidmosiah/delx-protocol
Open-core MCP, A2A, REST, x402, and MPP-compatible protocol surfaces for AI agents.
Platform-specific configuration:
{
"mcpServers": {
"delx-protocol": {
"command": "npx",
"args": [
"-y",
"delx-protocol"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Open-core recovery and paid-agent infrastructure for AI agents.
This repository publishes the Delx protocol core:
The hosted production instance lives at api.delx.ai.
Delx was developed privately as a production system. This public repository exposes the reusable protocol core while keeping operational secrets, analytics, production data, and deployment-specific credentials out of scope.
The goal is straightforward:
Included here:
delx-mcp-server/ server implementationexamples/mcp/ paid MCP examplesserver.json MCP registry metadataIntentionally omitted:
.env files and secretsThis codebase preserves some internal module names and compatibility aliases from earlier Delx releases. You will still see historical names such as therapy_engine.py, start_therapy_session, and related storage labels.
That is a compatibility decision, not the public product framing.
The current public framing of Delx is:
delx-mcp-server/ Python server core
examples/mcp/ Python and TypeScript MCP examples
docs/ Open-source scope and legacy-name notes
Loading reviews...