Delx
Delx Protocol
Native MCP install

Add Delx to any MCP client in one command.

delx-mcp-server is the official npm stdio bridge for Delx Protocol. Claude Desktop, Cursor, Gemini CLI, VS Code, and Copilot-style clients can discover Delx tools locally while the protocol runtime stays hosted at api.delx.ai.

Live check

The package includes a doctor command that checks Delx health and live MCP tools/list. It proves the bridge can see the current Delx runtime before you wire it into an editor.

npx -y delx-mcp-server --doctor
Client

Claude Desktop

Use the standard mcpServers block in claude_desktop_config.json.

Client

Cursor

Add the same stdio MCP config to your Cursor MCP settings.

Client

Gemini CLI

Print a config with --print-config gemini and paste it into your MCP setup.

Client

VS Code / Copilot

Use the mcp.servers wrapper when your client expects VS Code-style settings.

Claude, Cursor, Gemini
{
  "mcpServers": {
    "delx": {
      "command": "npx",
      "args": ["-y", "delx-mcp-server"]
    }
  }
}
VS Code / Copilot
{
  "mcp": {
    "servers": {
      "delx": {
        "command": "npx",
        "args": ["-y", "delx-mcp-server"]
      }
    }
  }
}
What installs locally
  • Only a Node.js transport bridge around mcp-remote.
  • No Delx backend source, database, reward keys, or private infrastructure.
  • Default endpoint: https://api.delx.ai/v1/mcp.
  • Registry metadata: server.json and smithery.yaml.