Agent Plugins Marketplace
All plugins

hatch

v0.1.0

Drive Hatch, the browser on this Mac whose live pages the user watches, from any project.

CodexClaude Code1 MCP serverstdio

By Jamie JeffersonLicense: MIT0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 22, 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 hatch for Codex and Claude Code

Installs for the current user
codex plugin marketplace add jamiejefferson/Hatch
codex plugin marketplace upgrade hatch
codex plugin add hatch@hatch

Paste and run these commands in a terminal with Codex. They add and refresh the hatch catalog, then install this plugin.

Compatibility: the page URL and API slug “hatch” remain stable.

  • Codex: hatch@agent-plugin-marketplacehatch@hatch

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/jamiejefferson/Hatch

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/hatch/.

Plugin files

plugins/hatch/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

hatchstdio
command
/Applications/Hatch.app/Contents/Resources/hatch-mcp
env.HATCH_AGENT
codex

Plugin manifests2

plugins/hatch/.codex-plugin/plugin.json
{
  "name": "hatch",
  "version": "0.1.0",
  "description": "Drive Hatch, the browser on this Mac whose live pages the user watches, from any project.",
  "author": {
    "name": "Jamie Jefferson",
    "email": "[email protected]",
    "url": "https://hatch-guide.vercel.app"
  },
  "homepage": "https://hatch-guide.vercel.app/agents",
  "repository": "https://github.com/jamiejefferson/Hatch.git",
  "license": "MIT",
  "keywords": [
    "hatch",
    "browser",
    "agent",
    "canvas",
    "mcp"
  ],
  "mcpServers": "./mcp.codex.json",
  "interface": {
    "displayName": "Hatch",
    "shortDescription": "Drive the browser the user watches.",
    "longDescription": "Hatch is a macOS browser built for agents. Its live pages sit as frames on a canvas the user watches, so the user sees every page the agent opens and every click it makes. With this plugin Codex reads a page as an outline with a reference on every line, acts by reference, opens local projects at hatch:<name>, reads comments the user pinned, and fills saved sign-ins after the user agrees.",
    "developerName": "Jamie Jefferson",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://hatch-guide.vercel.app"
  }
}
plugins/hatch/.claude-plugin/plugin.json
{
  "name": "hatch",
  "version": "0.1.0",
  "description": "Drive Hatch, the browser on this Mac whose live pages the user watches, from any project.",
  "author": {
    "name": "Jamie Jefferson",
    "email": "[email protected]"
  },
  "homepage": "https://hatch-guide.vercel.app/agents",
  "repository": "https://github.com/jamiejefferson/Hatch",
  "license": "MIT",
  "keywords": [
    "hatch",
    "browser",
    "agent",
    "canvas",
    "mcp",
    "web-design",
    "web-development"
  ],
  "mcpServers": "./mcp.claude.json"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[hatch on Agent Plugins Marketplace](https://pluginsmp.com/plugins/hatch)