Skip to content

davekilleen/dex-agent-plugin

v1.0.0MIT

Dex's portable Agent Skills and MCP surface for compatible harnesses.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

dex-corestdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/bin/dex-python.mjs",
    "mcp",
    "--stdio"
  ],
  "env": {
    "DEX_PLUGIN_DATA": "${PLUGIN_DATA}"
  },
  "cwd": "${PLUGIN_ROOT}"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "dex-agent-plugin",
  "version": "1.0.0",
  "description": "Dex's portable Agent Skills and MCP surface for compatible harnesses.",
  "author": {
    "name": "Dex"
  },
  "homepage": "https://heydex.ai",
  "repository": "https://github.com/davekilleen/Dex",
  "license": "MIT",
  "keywords": [
    "dex",
    "productivity",
    "agent-skills",
    "mcp"
  ],
  "extensions": {
    "ai.heydex.dex": {
      "registry": "./metadata/harnesses/registry.json",
      "portability": "./metadata/harnesses/portability.json",
      "adapters": "./ai.heydex.dex/adapters"
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 36Python files
  • 2JavaScript files
  • 2shell scripts
  • 84XML files
  • 14text files
  • 11JSON files
  • 6YAML files
  • 3other files
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • ai.heydex.dexships a directory of files