Agent Plugins Marketplace
All plugins

flow-codeblock-rust

v0.1.7

Manage, validate, publish, and execute Flow Codeblock Rust+Bun scripts through a local stdio MCP server.

Codex1 Skill1 MCP serverstdio

By renoelis0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Aug 29, 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 flow-codeblock-rust@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/renoelis/flow-codeblock-rust-mcp

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

Plugin files

plugins/flow-codeblock-rust/
├── .codex-plugin/plugin.json
├── skills/flow-codeblock-rust/SKILL.md
└── .mcp.json

Included Skills1

flow-codeblock-rustskills/flow-codeblock-rust/SKILL.md

Use the Flow Codeblock Rust+Bun MCP tools to query, validate, publish, and execute scripts. Refuse script deletion and emergency recovery unlock requests and direct the user to a controlled REST/operations workflow.

MCP servers1

flow-codeblock-ruststdio
command
bunx
args
--bun [email protected]
env.FLOW_CODEBLOCK_BASE_URL
http://127.0.0.1:3003

Plugin manifests1

plugins/flow-codeblock-rust/.codex-plugin/plugin.json
{
  "name": "flow-codeblock-rust",
  "version": "0.1.7",
  "description": "Manage, validate, publish, and execute Flow Codeblock Rust+Bun scripts through a local stdio MCP server.",
  "repository": "https://github.com/renoelis/flow-codeblock-rust-mcp",
  "author": {
    "name": "renoelis"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Flow Codeblock Rust+Bun",
    "shortDescription": "Manage Flow Codeblock Rust+Bun scripts",
    "longDescription": "Local stdio MCP tools that match the current Rust API contract for querying scripts, previewing and confirming changes, maintaining interface documentation, locking/unlocking, and executing published scripts.",
    "developerName": "renoelis",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "List current Flow Codeblock Rust+Bun scripts",
      "Preview and confirm a script or interface-documentation update",
      "Execute a selected script and inspect its result"
    ]
  },
  "mcpServers": "./.mcp.json"
}

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

[flow-codeblock-rust on Agent Plugins Marketplace](https://pluginsmp.com/plugins/flow-codeblock-rust)