Skip to content

Plugins

raph ships as a plugin for the major coding agents. The plugin wires up the MCP server so the tools are available immediately.

raph is a Claude Code plugin under plugins/raph with a marketplace at the repo root. Add the marketplace and install:

Terminal window
/plugin marketplace add tesh254/raph
/plugin install raph@raph

The plugin loads the bundled MCP server (raph start) and the raph skill.

The repo ships an opencode.json and a plugin under .opencode/plugins. raph registers as a local MCP server (type: local, command: ["raph", "start"]).

A Codex plugin lives at plugins/raph/.codex-plugin. For a direct config, raph agents mcp setup writes [mcp_servers.raph] into .codex/config.toml.

If your agent reads a standard MCP config, run:

Terminal window
raph agents mcp setup --path .