Agent Plugins Marketplace
All plugins

magents

v0.12.0

Shared session bus so Codex can list/read/handoff/send/spawn with Claude, Cursor, Grok, and friends without pasting context.

Codex1 Skill1 MCP serverstdio

By abnegateLicense: MIT1.1k GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 23, 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 magents for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add magents@awesome-codex-plugins

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

Compatibility: the page URL and API slug “magents” remain stable.

  • Codex: magents@agent-plugin-marketplacemagents@awesome-codex-plugins

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/hashgraph-online/awesome-codex-plugins

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

Plugin files

plugins/abnegate/magents/
├── .codex-plugin/plugin.json
├── skills/magents/SKILL.md
└── .mcp.json

Included Skills1

magentsskills/magents/SKILL.md

Talk to other coding agents on this machine (Claude Code, Codex, Copilot, Cursor, Gemini, Grok, OpenCode) through the magents MCP. Use when the user asks what another agent was working on, wants to carry on that work, send them a message, start an independent agent session, or check the shared inbox. Prefer magents MCP tools over hunting session files on disk.

MCP servers1

magentsstdio
command
magents
args
mcp

Plugin manifests1

plugins/abnegate/magents/.codex-plugin/plugin.json
{
  "name": "magents",
  "version": "0.12.0",
  "description": "Shared session bus so Codex can list/read/handoff/send/spawn with Claude, Cursor, Grok, and friends without pasting context.",
  "author": {
    "name": "abnegate",
    "url": "https://github.com/abnegate"
  },
  "homepage": "https://abnegate.github.io/magents",
  "repository": "https://github.com/abnegate/magents",
  "license": "MIT",
  "keywords": [
    "mcp",
    "agents",
    "sessions",
    "handoff",
    "claude",
    "cursor",
    "grok"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "magents",
    "shortDescription": "Shared session bus across Claude/Codex/Cursor/Grok.",
    "longDescription": "magents is a Rust MCP server + CLI over the session files coding agents already write. From Codex you can digest another live session, hand off into it, send into a specific chat, or spawn independent work that replies through magents. Requires magents on PATH (brew install abnegate/tap/magents).",
    "developerName": "abnegate",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://abnegate.github.io/magents",
    "privacyPolicyURL": "https://github.com/abnegate/magents/blob/main/SECURITY.md",
    "termsOfServiceURL": "https://github.com/abnegate/magents/blob/main/LICENSE",
    "defaultPrompt": [
      "What was Claude working on in this repo?",
      "Hand this off to the other live agent."
    ],
    "brandColor": "#ec4899",
    "logo": "./assets/logo.svg",
    "composerIcon": "./assets/logo.svg"
  }
}

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

[magents on Agent Plugins Marketplace](https://pluginsmp.com/plugins/magents)