delx-mcp-server

delx-mcp-server is a skill for Claude Code, Codex from davidmosiah/delx-mcp-server. It costs 22 tokens per session (110 once invoked), scanned A, original, MIT.

A skill and command-line interface for connecting an agent to the Delx Protocol, a hosted service for continuing and handing off agent work.

In plain words
What is it for?
It is for checking the Delx connection and calling its available protocol tools from the command line.
Why use it?
It provides a documented fallback when Delx tools are not already connected through MCP.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for checking the Delx connection and calling its available protocol…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/davidmosiah/delx-mcp-server/skill
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add davidmosiah/delx-mcp-server --skill skill
Clone the repo
git clone --depth 1 https://github.com/davidmosiah/delx-mcp-server

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for delx-mcp-server

README.md
[![agentmods](https://agentmods.dev/badge/skills/davidmosiah/delx-mcp-server/skill.svg)](https://agentmods.dev/skills/davidmosiah/delx-mcp-server/skill)
Your own site
<a href="https://agentmods.dev/skills/davidmosiah/delx-mcp-server/skill"><img src="https://agentmods.dev/badge/skills/davidmosiah/delx-mcp-server/skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 110 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00022 $0.00110
Opus 5 $0.00011 $0.00055
Sonnet 5 $0.00004 $0.00022
Haiku 4.5 $0.00002 $0.00011

Measured 5d ago against content hash 1050557d3894, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

delx-mcp-server scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skill/SKILL.md · 17 lines

What it actually says

Delx MCP Server — skill or MCP

Same package, two doors.

npx -y delx-mcp-server call health --json '{}'

If MCP tools are already connected, use them. Do not invent mutation flags. This package is a stdio bridge to api.delx.ai. Local CLI tool call health maps to --health --json.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 17 lines · 22 tokens per session scan A 1050557d3894

Subscribe to this mod's changes

delx-mcp-server is a skill published in the GitHub repository davidmosiah/delx-mcp-server (0 stars, last pushed 8d ago), licensed MIT. It adds 22 tokens to every session and 110 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

memorise

Digest a folder of documents into local, token-free knowledge-graph memory and recall from it. Use when the user wants to "memorise", "digest", "ingest", or "remember" files/attachments/a folder, build a knowledge graph from documents, or ask questions grounded in their own documents without paying tokens to read…

GRU-953/MTA_Plugin · 106 tokens

orchestrate

Drive a plan to completion by orchestrating implementer, reviewer, and critic agents across waves of parallel work. Use when the user says "orchestrate", "implement this plan", "execute plan", "drive this", or approves a plan for execution.

codecast-sh/codecast · 56 tokens

apple-music

Apple Music integration — AppleScript (local Music.app) and the Apple Music API / web player (cross-platform library, playlists, playback, and queue).

epheterson/applemusic-mcp · 35 tokens

shark

The Shark Pattern — universal non-blocking execution for any AI coding agent. Spawn remoras for slow tools, keep the main agent swimming. Works with Claude Code, Codex, Gemini CLI, Cursor, Aider, OpenClaw.

keugenek/shark · 2 tokens

throughline

Throughline keeps the thread of work intact on work that's big enough to drift or that outlives one sitting. Two linked habits: (1) TASK TRACK — an emoji-tagged task list with exactly one ⭐️ MAIN goal anchor, so you can see at a glance whether you're still solving the main thing or have drifted; (2) HANDOFF — compact…

jovesun-lab/whetstone · 232 tokens

dev-conventions

Development conventions: think before coding, simplicity first, reuse and duplication discipline, surgical scope, localization, UI consistency, validation, data alignment, and verifiable success criteria. Activate when writing, reviewing, or refactoring code in any project, or when the user asks to "improve…

RashadAnsari/myagents · 76 tokens