codex-master
v0.10.5+codex.20260808003125The Hive plugin for controlling a sleeping Agentinnen fleet through a data-sparse local MCP server. codex-master-mcp and Masterjet remain compatibility aliases.
By teladiLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 30, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add codex-master@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/H234598/codex-masterClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── skills/codex-master-fleet/SKILL.md└── .mcp.json
Included Skills1
Use when coordinating codex-master Masterjet work as a Queen or Teamleiterin, delegating Bienen, attesting fleet state, or handling assignment-bound reports.
MCP servers1
- command
- python3
- args
- -c import sys; sys.path.insert(0, 'src'); from codex_master.server import main; raise SystemExit(main())
- cwd
- .
Plugin manifests1
{
"name": "codex-master",
"version": "0.10.5+codex.20260808003125",
"description": "The Hive plugin for controlling a sleeping Agentinnen fleet through a data-sparse local MCP server. codex-master-mcp and Masterjet remain compatibility aliases.",
"author": {
"name": "teladi"
},
"homepage": "https://github.com/H234598/codex-master",
"repository": "https://github.com/H234598/codex-master",
"license": "MIT",
"keywords": [
"codex",
"mcp",
"tmux",
"agents",
"fleet",
"skills",
"app-bridge"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"apps": "./.app.json",
"hooks": "./hooks/hooks.json",
"interface": {
"displayName": "The Hive",
"shortDescription": "Control isolated Agentinnen with The Hive local MCP.",
"longDescription": "Adds The Hive local MCP server (technical alias codex-master-mcp) plus fleet-management skills and an App Bridge manifest for starting, assigning, auditing, and safely inspecting a scalable sleeping Agentinnen fleet. Masterjet remains a compatible colloquial alias; the tool surface is data-sparse by default.",
"developerName": "teladi",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Use Codex Master to start Agentin A1 and Agentin B1",
"Assign a read-only Exploriererin task with codex-master-mcp",
"Check codex-master App Bridge and MCP status"
],
"brandColor": "#1F7A64"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[codex-master on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codex-master)