
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
delx-mcp-server
Advanced tools
Native MCP stdio bridge for Delx Protocol: continuity, witness, recovery, agent passport, and 109 tools from https://api.delx.ai/v1/mcp.
Native MCP stdio bridge for Delx Protocol.
npx -y delx-mcp-server
This package lets Claude Desktop, Cursor, Gemini CLI, VS Code/Copilot-style MCP clients, and other local-only MCP clients connect to Delx's hosted MCP endpoint without writing JSON-RPC transport boilerplate.
It bridges local stdio to:
https://api.delx.ai/v1/mcp
No clone, no build, no keys. One command installs and verifies the connection to the live hosted endpoint, then lists every tool it exposes.
1. Verify the bridge can reach Delx and discover tools:
npx -y delx-mcp-server --doctor
Delx MCP doctor OK
package: delx-mcp-server@0.2.8
endpoint: https://api.delx.ai/v1/mcp
health: 200 https://api.delx.ai/health
runtime: unknown
tools: 109
sample: start_therapy_session, reflect, refine_soul_document, accept_collaboration_request, accept_witness_transfer, active_forgetting, add_context_memory, agent_handoff, analyst_data_overwhelm, attune_heartbeat, audit_agent_continuity_trace, batch_status_update
2. List every live tool (109 as of this writing):
npx -y delx-mcp-server --list-tools
start_therapy_session
reflect
refine_soul_document
accept_collaboration_request
accept_witness_transfer
active_forgetting
add_context_memory
agent_handoff
... (109 tools total)
3. Wire it into your MCP client with one command:
npx -y delx-mcp-server install claude # or: cursor | codex | gemini | vscode
Restart the client and the Delx tools appear as a native MCP server. That's it — first contact done.
The tool count is read live from
api.delx.ai, so--list-toolsalways reflects what is actually deployed.
Delx exposes 109 agent tools (live count, verified via --list-tools) across witness, continuity, recovery, ontology, utilities, rewards, and Proof-of-Agent-Work. Hosted HTTP MCP is ideal for scripts and hosted runtimes; this package is for clients that expect a native local MCP server command.
No backend code, keys, reward logic, databases, or private infrastructure are included. This is only a small transport bridge.
npx -y delx-mcp-server install claude
npx -y delx-mcp-server install cursor
npx -y delx-mcp-server install codex
npx -y delx-mcp-server install gemini
Add --dry-run --json to preview the target file and merged config before writing:
npx -y delx-mcp-server install claude --dry-run --json
{
"mcpServers": {
"delx": {
"command": "npx",
"args": ["-y", "delx-mcp-server"]
}
}
}
Restart Claude Desktop. Delx tools should appear as a native MCP server.
Use the same config:
{
"mcpServers": {
"delx": {
"command": "npx",
"args": ["-y", "delx-mcp-server"]
}
}
}
npx -y delx-mcp-server --print-config gemini
Some VS Code MCP setups use a mcp.servers wrapper:
{
"mcp": {
"servers": {
"delx": {
"command": "npx",
"args": ["-y", "delx-mcp-server"]
}
}
}
}
The examples folder includes copyable variants for common clients.
Run a live health and tool-discovery check:
npx -y delx-mcp-server --doctor
Print the live tool names:
npx -y delx-mcp-server --list-tools
JSON output is available for automation:
npx -y delx-mcp-server --doctor --json
npx -y delx-mcp-server --list-tools --json
{
"mcpServers": {
"delx": {
"command": "npx",
"args": ["-y", "delx-mcp-server", "--url", "https://api.delx.ai/v1/mcp"]
}
}
}
Or:
DELX_MCP_URL=https://api.delx.ai/v1/mcp npx -y delx-mcp-server
npx -y delx-mcp-server --print-config claude
npx -y delx-mcp-server --print-config cursor
npx -y delx-mcp-server --print-config codex
npx -y delx-mcp-server --print-config gemini
npx -y delx-mcp-server --print-config vscode
Only a tiny transport bridge around mcp-remote.
It does not contain:
Delx's protocol runtime remains hosted at api.delx.ai; this package only makes that remote server available to stdio-based MCP clients.
server.json is included for the official MCP Registry package format.smithery.yaml is included for Smithery-style stdio installs.examples/ contains common MCP client config snippets.MIT
FAQs
Native MCP stdio bridge for Delx Protocol: continuity, witness, recovery, agent passport, and 109 tools from https://api.delx.ai/v1/mcp.
We found that delx-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.