tractor
v0.7.1Run and steer Tractor pipelines from Codex through MCP.
By Tyler Gannon2 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 4, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install tractor for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add tractor@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/tylergannon/tractorClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/orchestrate-attractor-loops/SKILL.md├── skills/tractor/SKILL.md└── .mcp.json
Included Skills2
Manually shepherd a substantial repository change through independent design, critique, implementation, review, and live validation loops. Use when an agent must act as the manager for subagents, translate review outcomes into the next assignment, converge before advancing phases, and prove the real software works rather than relying on tests alone.
Run coding agents as detached pipelines with Tractor — loop until a check actually passes, fan out across Claude/Codex/Gemini, or have a second model review the work. Use when the user says "don't stop until the tests pass", "loop on this until it works", "keep working while I'm gone", "keep going after I close my laptop", "run this in the background", "try a couple of approaches in parallel", "have another model check this", "get a second opinion from Codex or Gemini" — or asks to start, check on, steer, or stop a Tractor run. Starts from copy-and-run examples; no graph authoring needed. Do not use for ordinary single-agent work that finishes in this session.
MCP servers1
- command
- tractor
- args
- mcp
- cwd
- .
Plugin manifests2
{
"name": "tractor",
"version": "0.7.1",
"description": "Run and steer Tractor pipelines from Codex through MCP.",
"author": {
"name": "Tyler Gannon",
"url": "https://github.com/tylergannon"
},
"repository": "https://github.com/tylergannon/tractor",
"keywords": [
"agents",
"mcp",
"pipelines",
"tractor"
],
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Tractor",
"shortDescription": "Run multi-agent pipelines from Codex",
"longDescription": "Validate, start, monitor, steer, and stop Tractor pipelines through a deferred stdio MCP tool surface.",
"developerName": "Tyler Gannon",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/tylergannon/tractor",
"defaultPrompt": [
"Validate this Tractor pipeline.",
"Start this Tractor pipeline and monitor it.",
"Show me Tractor's current pipeline schema."
],
"brandColor": "#D97706"
}
}{
"name": "tractor",
"displayName": "Tractor",
"version": "0.7.1",
"description": "Run and steer Tractor pipelines from Claude Code through MCP.",
"author": {
"name": "Tyler Gannon",
"url": "https://github.com/tylergannon"
},
"homepage": "https://github.com/tylergannon/tractor",
"repository": "https://github.com/tylergannon/tractor",
"keywords": [
"agents",
"mcp",
"pipelines",
"tractor"
],
"mcpServers": "./.mcp.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[tractor on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tractor)