Delx MCP Server
Rank #10,338io.github.davidmosiah/delx-mcp-server
Free stdio bridge to Delx Protocol: resume after compaction, warm handoff, recover. No API key.
Delx MCP Server is a Model Context Protocol (MCP) server published by davidmosiah. It ranks #10,338 of 115,591 servers tracked on MCP Toplist. Delx MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on May 19, 2026 and most recently updated on Aug 13, 2026.
Ranks ahead of 105,253 of 115,591 servers on MCP Toplist.
Use Delx MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add delx-mcp-server -- npx -y delx-mcp-server[mcp_servers.delx-mcp-server]
command = "npx"
args = ["-y", "delx-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"delx-mcp-server": {
"command": "npx",
"args": [
"-y",
"delx-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"delx-mcp-server": {
"command": "npx",
"args": [
"-y",
"delx-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"delx-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"delx-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"delx-mcp-server": {
"command": "npx",
"args": [
"-y",
"delx-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"delx-mcp-server": {
"command": "npx",
"args": [
"-y",
"delx-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.davidmosiah%2Fdelx-mcp-server)<a href="https://mcptoplist.com/server/io.github.davidmosiah%2Fdelx-mcp-server"><img src="https://mcptoplist.com/badge/io.github.davidmosiah%2Fdelx-mcp-server.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
davidmosiah
Other servers by davidmosiah
- Delx Commerce — Pay-per-Result APIs for Agents#411 · 14 vers
- Google Health MCP#2,764 · 2 vers
- WHOOP MCP#4,089 · 3 vers
- Garmin MCP#4,350 · 2 vers
- Wellness Nourish#5,396 · 2 vers
- Samsung Health MCP#6,605 · 1 ver
- Withings MCP#7,068 · 2 vers
- Polar MCP#8,408 · 1 ver
- Eight Sleep MCP#8,993 · 1 ver
- Fitbit MCP#9,105 · 1 ver
- Google Ads MCP Unofficial#9,936 · 1 ver
- Oura MCP#9,980 · 1 ver
Available versions (4)
| Version | Published |
|---|---|
| 0.3.2 | Aug 13, 2026 |
| 0.3.0 | Aug 8, 2026 |
| 0.2.8 | Jul 3, 2026 |
| 0.2.6 | May 29, 2026 |
Frequently asked questions
- Who maintains Delx MCP Server?
- Delx MCP Server is maintained by davidmosiah, which publishes 33 MCP servers (59 total versions) tracked on MCP Toplist.
- Is Delx MCP Server listed on the Official MCP Registry?
- Yes — Delx MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Delx MCP Server have?
- MCP Toplist tracks 4 versions of Delx MCP Server, most recently published on Aug 13, 2026.
- Where can I find the source code for Delx MCP Server?
- The source code for Delx MCP Server is hosted at github.com/davidmosiah/delx-mcp-server.