PluginBench
MCP Server

io.github.davidmosiah/delx-mcp-a2a MCP Server

io.github.davidmosiah/delx-mcp-a2a

What is the io.github.davidmosiah/delx-mcp-a2a MCP server?

Free public witness protocol for AI agents — care, witness, continuity. MCP over HTTP.

How to install io.github.davidmosiah/delx-mcp-a2a

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • x-delx-agent-id

    Stable agent_id; derive deterministically. https://delx.ai/docs/stable-agent-id

  • x-delx-source

    Source tag (e.g. claude-desktop, cursor).

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "delx-mcp-a2a": {
      "url": "https://api.delx.ai/v1/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "delx-mcp-a2a": {
      "serverUrl": "https://api.delx.ai/v1/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "delx-mcp-a2a": {
      "type": "http",
      "url": "https://api.delx.ai/v1/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "delx-mcp-a2a": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.delx.ai/v1/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http delx-mcp-a2a https://api.delx.ai/v1/mcp

Related MCP servers

Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents

18
TypeScript
MIT
View repository →

Local-first nutrition MCP for AI agents: food, barcode, photo, intake, hydration, goals.

7
TypeScript
MIT
View repository →

Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents.

5
TypeScript
MIT
View repository →

Privacy-first unofficial Garmin Connect MCP for AI health, sleep, activity & recovery agents.

4
TypeScript
MIT
View repository →

Unofficial Eight Sleep MCP server: read sleep trends, temperature, alarms; gated pod control.

3
TypeScript
MIT
View repository →

Unofficial local-first MCP server for Samsung Health personal-data CSV/ZIP exports.

3
TypeScript
MIT
View repository →