plugins marketplace
← All plugins

metro-mcp

v0.11.2

Plugin-based MCP server for React Native/Expo runtime debugging, inspection, and automation via Metro/CDP

Codex1 MCP serverstdio

by Stephen Radford74updated 1 day ago

Source

git clone https://github.com/steve228uk/metro-mcp

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

metro-mcp/
├── .codex-plugin/plugin.json
└── .mcp.json

MCP servers1

metro-mcpstdio
command
bun
args
run src/index.ts

Manifests1

.codex-plugin/plugin.json
{
  "name": "metro-mcp",
  "version": "0.11.2",
  "description": "Plugin-based MCP server for React Native/Expo runtime debugging, inspection, and automation via Metro/CDP",
  "author": {
    "name": "Stephen Radford",
    "email": "steve228uk@gmail.com",
    "url": "https://github.com/steve228uk"
  },
  "homepage": "https://metromcp.dev",
  "mcpServers": "./.mcp.json"
}