Agent Plugins Marketplace
← All plugins

armory

v0.2.0

Armory — aggregator-of-aggregators registry for Codex. Bundles the Armory MCP server (search + install across 65,000+ components) and 2,546 vendored skills, commands, hooks, and agents for TDD, security, code review, browser automation, and every other harness pattern.

CodexClaude Code1 MCP serverstdio

By Naman ParikhLicense: 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 armory for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add armory@agent-plugin-marketplace

Paste 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/naman10parikh/armory

Clone 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

armory/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

armorystdio
command
npx
args
-y armory-mcp

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "armory",
  "version": "0.2.0",
  "description": "Armory — aggregator-of-aggregators registry for Codex. Bundles the Armory MCP server (search + install across 65,000+ components) and 2,546 vendored skills, commands, hooks, and agents for TDD, security, code review, browser automation, and every other harness pattern.",
  "author": {
    "name": "Naman Parikh",
    "email": "[email protected]",
    "url": "https://x.com/naman10parikh"
  },
  "homepage": "https://armory-murex.vercel.app",
  "repository": "https://github.com/naman10parikh/armory",
  "license": "MIT",
  "keywords": [
    "codex",
    "armory",
    "registry",
    "mcp",
    "skills",
    "agents",
    "hooks",
    "aggregator",
    "workflow",
    "automation"
  ],
  "skills": "./skills/",
  "mcpServers": {
    "armory": {
      "command": "npx",
      "args": [
        "-y",
        "armory-mcp"
      ]
    }
  },
  "interface": {
    "displayName": "Armory",
    "shortDescription": "65,000+ harness components + the Armory MCP so your agent can search and install any of them.",
    "longDescription": "Armory is the aggregator-of-aggregators for agent harness components. It packages the Armory MCP server (search_components, get_component, submit_component over stdio), 900 vendored skills, 500 workflows, 804 subagents, 86 hooks, 256 claudemd-rules, and the armory skill that teaches agents when and how to reach into the registry. Works across Claude Code, Codex, OpenCode, Gemini CLI, and Hermes.",
    "developerName": "Naman Parikh",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://armory-murex.vercel.app",
    "defaultPrompt": [
      "Use the armory skill to find and install harness components instead of hand-rolling them.",
      "Call search_components to search 65,000+ MCPs, skills, agents, hooks, rules, and commands.",
      "Use armory install <name> to wire any component into the current harness automatically."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "armory",
  "version": "0.2.0",
  "description": "Armory — aggregator-of-aggregators. Bundles the Armory MCP server (search + install across 65,000+ components) plus 2,546 vendored skills, agents, commands, and hooks so any agent can gear up in one install.",
  "author": {
    "name": "Naman Parikh",
    "url": "https://x.com/naman10parikh"
  },
  "homepage": "https://armory-murex.vercel.app",
  "repository": "https://github.com/naman10parikh/armory",
  "license": "MIT",
  "keywords": [
    "armory",
    "registry",
    "mcp",
    "skills",
    "agents",
    "hooks",
    "commands",
    "harness",
    "agent-native",
    "aggregator",
    "claude-code",
    "workflow",
    "automation"
  ],
  "mcpServers": {
    "armory": {
      "command": "npx",
      "args": [
        "-y",
        "armory-mcp"
      ]
    }
  },
  "skills": [
    "./skills/",
    "./armory-skill/"
  ],
  "commands": [
    "./workflows/"
  ]
}

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

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