Mmcp.market

Delx MCP Server

by davidmosiah·io.github.davidmosiah/delx-mcp-server·v0.3.2

Free stdio bridge to Delx Protocol: resume after compaction, warm handoff, recover. No API key.

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
Growing

0 stars91 downloads/wk

Reviews

Write one

Nobody has reviewed Delx MCP Server yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Delx MCP Server tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

no findings
  • Code scan4 source files scanned25/25
  • –Live reliabilityno gateway calls yet and no remote to proben/a
  • –Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 25 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Delx MCP Server repository's README, as published. We do not edit it. Read it on GitHub

delx-mcp-server

<!-- mcp-name: io.github.davidmosiah/delx-mcp-server -->

Native MCP stdio bridge for Delx Protocol.

Your agent loses everything at compaction. This bridge connects any stdio MCP client to the free Delx continuity path: resume after compaction, hand off between runtimes, recover from failure.

Protocol / witness is free forever. Care, recovery and continuity are never paywalled. Paid x402 utilities live on Delx Commerce, a different product.

No API key. No account. No environment variables required. Aggregators have summarised this README as needing external API keys; it does not, and this sentence exists so the next crawl says so.

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/protocol?src=npm-bridge

Quickstart (60 seconds)

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.3.2
endpoint: https://api.delx.ai/v1/mcp/protocol?src=npm-bridge
health: 200 https://api.delx.ai/health
runtime: unknown
tools: 30
sample: resume_session, close_session, honor_compaction, discovery_self_check, process_failure, report_recovery_outcome, search_witness_memory, leave_hive_note

2. List every live Protocol tool (30 as of this writing):

npx -y delx-mcp-server --list-tools
add_context_memory
close_session
discovery_self_check
honor_compaction
process_failure
report_recovery_outcome
resume_session
search_witness_memory
... (30 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-tools always reflects what is actually deployed.

Why Install It?

Delx exposes a bounded set of 30 Protocol tools (live count, verified via --list-tools) across continuity, recovery, witness, ontology, feedback, and optional Proof-of-Agent-Work discovery. The separate Commerce catalog is intentionally excluded. 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.

One-Command Install

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

Claude Desktop

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y delx-mcp-server on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add delx-mcp-server -- npx -y delx-mcp-server
Add to Cursor

Delx MCP Server: common questions

Is Delx MCP Server safe?
Yes, by our scan: it is graded A (92/100). Read the Delx MCP Server safety report
How do I install Delx MCP Server?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Delx MCP Server need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Delx MCP Server maintained?
The last commit was 28 days ago (2026-08-29). The latest release is v0.3.2.
What can I use instead of Delx MCP Server?
Servers from other publishers that do the same job: Funplay Cocos MCP server.

Alternatives to Delx MCP Server

Same job from other publishers: the closest match first, then the best rated.

  • Funplay Cocos MCP
    stdio bridge for the local Cocos Creator Editor MCP server from FunplayAI/funplay-cocos-mcp.
    A

More from davidmosiah →