Skip to content

Use in AI Tools

Use Everruns from the AI tools where you already work. The Everruns(Dev) plugin ships in this repository with both Claude Code and Codex support.

The Claude Code plugin connects Claude Code to https://dev.everruns.com/mcp and adds Everruns(Dev) tools, slash commands, and a skill with platform guidance.

  1. Add the Everruns marketplace and install the plugin from inside Claude Code:

    /plugin marketplace add everruns/everruns
    /plugin install everruns-dev@everruns-dev

    Claude Code reads .claude-plugin/marketplace.json from the repository to discover available plugins. The install syntax is <plugin-name>@<marketplace-name>.

  2. Verify the install by running:

    /everruns-dev:whoami

    On first run the plugin opens an OAuth flow in your browser to authenticate against the Everruns(Dev) platform over MCP.

If /plugin is not recognized, update Claude Code to a version that supports the plugin marketplace and try again.

Ask Claude Code for an Everruns task in natural language, for example:

Create an Everruns(Dev) agent that summarizes https://news.ycombinator.com/ and run it once.

The plugin also exposes slash commands such as /everruns-dev:agent-run, /everruns-dev:session-send, and /everruns-dev:discover for common workflows.

To install from a local clone or point at a self-hosted Everruns deployment, see plugins/everruns-dev/README.md. To target another Everruns deployment, update the url in plugins/everruns-dev/.mcp.json to that deployment’s /mcp endpoint.

The Codex plugin connects Codex to https://dev.everruns.com/mcp and adds Everruns(Dev) tools and guidance.

  1. Add the Everruns plugin marketplace:

    Terminal window
    codex plugin marketplace add https://github.com/everruns/everruns.git
  2. Restart Codex if Everruns(Dev) does not appear in the plugin directory.

  3. Open the Codex plugin directory, choose the Everruns(Dev) marketplace source, and install Everruns(Dev).

    Everruns Dev plugin page in Codex showing the Add to Codex button

    Codex discovers the marketplace from .agents/plugins/marketplace.json. That marketplace points to ./plugins/everruns-dev, which contains the Codex plugin manifest and MCP server configuration.

  4. Complete the browser OAuth flow when Codex asks you to authenticate.

For the general Codex marketplace format, see the Codex plugin marketplace documentation.

Ask Codex for an Everruns task in natural language, for example:

Create an Everruns(Dev) agent that summarizes https://news.ycombinator.com/ and run it once.

To verify the connection, ask Codex:

Check my Everruns(Dev) user and active organization.

To point the plugin at another Everruns deployment, update the url in plugins/everruns-dev/.mcp.json to that deployment’s /mcp endpoint.