Skip to content

clockgrove/factory

v2.0.26MIT

Coordinate local coding agents to turn GitHub issues into tested pull requests, with dependency-aware scheduling, validation, and restart recovery.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

factorystdio
{
  "type": "stdio",
  "command": "sh",
  "args": [
    "${PLUGIN_ROOT}/bin/factory-mcp",
    "${PLUGIN_ROOT}/dist/mcp-server.js"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "factory",
  "version": "2.0.26",
  "description": "Coordinate local coding agents to turn GitHub issues into tested pull requests, with dependency-aware scheduling, validation, and restart recovery.",
  "author": {
    "name": "Clockgrove"
  },
  "homepage": "https://github.com/clockgrove/factory",
  "repository": "https://github.com/clockgrove/factory",
  "license": "MIT",
  "keywords": ["ai-agents", "codex", "github", "mcp", "agent-orchestration", "local-first", "developer-tools", "software-factory"]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub