Agent Plugins Marketplace
All plugins

spipe

v0.1.0

SPipe commands, experts, CLI, and MCP server for reusable feature-development process.

Codex1 MCP serverstdio

1 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Aug 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add spipe@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/ormastes/simple

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is examples/05_stdlib/spipe/plugin/.

Plugin files

examples/05_stdlib/spipe/plugin/
├── .codex-plugin/plugin.json
└── .mcp.json

MCP servers1

spipestdio
command
node
args
mcp/server.js

Plugin manifests1

examples/05_stdlib/spipe/plugin/.codex-plugin/plugin.json
{
  "name": "spipe",
  "version": "0.1.0",
  "description": "SPipe commands, experts, CLI, and MCP server for reusable feature-development process.",
  "skills": [
    "../.claude/skills/spipe.md",
    "../.claude/skills/spipe_loop.md",
    "../.claude/skills/sstack.md",
    "../.claude/skills/dev.md",
    "../.claude/skills/sp_dev.md",
    "../.codex/skills/dev/SKILL.md",
    "../.codex/skills/sp_dev/SKILL.md"
  ],
  "commands": [
    "../.gemini/commands/dev.toml",
    "../.gemini/commands/sp_dev.toml"
  ],
  "mcpServers": {
    "spipe": {
      "command": "node",
      "args": [
        "mcp/server.js"
      ]
    }
  }
}

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

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