Everruns(Dev) Plugin
This directory is the shared source of truth for the Everruns(Dev) plugin in Claude Code, Codex, and Cursor.
It wires the Everruns dev managed harnesses platform into
local agent tools. The shared payload is the Everruns(Dev) MCP server config, the
everruns-dev skill, and the slash commands for common session workflows.
- Product: https://everruns.com
- Docs: https://docs.everruns.com
- MCP endpoint used:
https://dev.everruns.com/mcp
What It Includes
plugin.jsonandmcp.jsonfor the portable Agent Plugins v1 format.claude-plugin/plugin.jsonfor Claude Code metadata.codex-plugin/plugin.jsonfor Codex metadata.cursor-plugin/plugin.jsonfor Cursor metadata.mcp.jsonfor the Everruns(Dev) MCP server (referenced by all three hosts)skills/everruns-dev/SKILL.mdfor Everruns(Dev) concepts and workflowscommands/for the main Everruns(Dev) slash commandsassets/for Codex and Cursor marketplace metadata
Install
Claude Code
From GitHub marketplace:
/plugin marketplace add everruns/everruns
/plugin install everruns-dev@everruns-dev
From a local clone:
claude plugin install ./plugins/everruns-dev
Dev loop:
claude --plugin-dir ./plugins/everruns-dev
Codex
Codex discovers the plugin through the workspace marketplace at
.agents/plugins/marketplace.json, which points at ./plugins/everruns-dev.
Cursor
Cursor discovers the plugin through the marketplace manifest at
.cursor-plugin/marketplace.json in the repository root, which points at
./plugins/everruns-dev. Submit the repository to the
Cursor Marketplace for public listing,
or load it locally during development by opening the repo in Cursor and
enabling the plugin from the marketplace UI.
First Run
- Install the plugin in Claude Code, Codex, or Cursor.
- Run
/everruns-dev:whoami(Claude/Codex) or invoke thewhoamicommand (Cursor). - Complete the OAuth flow in the browser if prompted.
- Ask for an Everruns(Dev) task in natural language.
Pointing At Another Everruns(Dev) Deployment
Edit plugins/everruns-dev/.mcp.json and replace the url value with your
deployment's /mcp endpoint. All three hosts (Claude Code, Codex, Cursor) read
this file, so a single change keeps them aligned.