Agent Plugins Marketplace
← All plugins

agent-relay

v1.2.1

Delegate, inspect, continue, and hand off local coding-agent tasks.

CodexClaude Code1 MCP serverstdio

By Akash PandeyLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install agent-relay for Codex and Claude Code

Installs for the current user
codex plugin marketplace add akashpandey/agent-relay
codex plugin marketplace upgrade agent-relay
codex plugin add agent-relay@agent-relay

Paste and run these commands in a terminal with Codex. They add and refresh the agent-relay catalog, then install this plugin.

Compatibility: the page URL and API slug “agent-relay” remain stable.

  • Codex: agent-relay@agent-plugin-marketplace → agent-relay@agent-relay

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/akashpandey/agent-relay

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/agent-relay/.

Plugin files

plugins/agent-relay/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

agent-relaystdio
command
sh
args
-c if [ -x "$HOME/.local/bin/agent-relay-mcp" ]; then exec "$HOME/.local/bin/agent-relay-mcp"; else exec npx -y @akashpandey/agent-relay agent-relay-mcp; fi

Plugin manifests2

plugins/agent-relay/.codex-plugin/plugin.json
{
  "name": "agent-relay",
  "version": "1.2.1",
  "description": "Delegate, inspect, continue, and hand off local coding-agent tasks.",
  "author": {
    "name": "Akash Pandey"
  },
  "skills": "./skills/",
  "hooks": "./hooks/agent-relay-hooks.json",
  "interface": {
    "displayName": "Agent Relay",
    "shortDescription": "Use Agent Relay in Codex.",
    "longDescription": "Use the installed agent-relay CLI and MCP server with a shared local dashboard.",
    "developerName": "Akash Pandey",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": "Help me use Agent Relay."
  },
  "mcpServers": "./.mcp.json"
}
plugins/agent-relay/.claude-plugin/plugin.json
{
  "name": "agent-relay",
  "version": "1.2.1",
  "description": "Delegate, inspect, continue, and hand off local coding-agent tasks.",
  "author": {
    "name": "Akash Pandey"
  },
  "homepage": "https://github.com/akashpandey/agent-relay",
  "repository": "https://github.com/akashpandey/agent-relay",
  "license": "MIT",
  "hooks": "./hooks/agent-relay-hooks.json"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[agent-relay on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-relay)