mcp

Connect an agent to the local bridge over MCP stdio

Connect an agent to the local bridge over MCP stdio.

Install the local runtime using Agent plugins. The npm CLI is a thin client and does not bundle the bridge, editor, or rendering dependencies. The examples assume @editframe/cli is already installed in your project and use explicit paths; replace them with your project and installed bridge paths. A verified component installation can use --component /absolute/installed/component instead of --bridge.

bash
npx editframe mcp --project /absolute/project --bridge /absolute/editframe-bridge

This is a long-running stdio transport for an MCP client, not an interactive shell command. Prefer the native packages on Agent plugins, which include host-specific configuration. Do not redirect unrelated output into the MCP stream.

Flags

The table includes shared parser options; use the connection and command-specific flags shown above.

15 of 15