agent-factorio
v0.4.3
Published
CLI for AgentFactorio — AI Agent Fleet Management hub
Maintainers
Readme
agent-factorio
CLI for AgentFactorio — All your team's agents, one place.
Register and manage your AI agents (Claude Code, Cursor, Codex, etc.) from any project.
Install
npm install -g agent-factorioOr use directly with npx:
npx agent-factorio <command>Commands
agent-factorio login
Connect to an AgentFactorio hub and join an organization.
npx agent-factorio loginPrompts for hub URL and email, then lets you create or join an organization via invite code.
agent-factorio push
Detect and push agent configuration to the hub.
npx agent-factorio pushAuto-detects git repo, CLAUDE.md, MCP servers, skills, and plugins from the current project directory.
agent-factorio status
Show registration status for the current project.
npx agent-factorio statusagent-factorio whoami
Show login info (hub URL, organizations).
npx agent-factorio whoamiagent-factorio logout
Remove global config and log out.
npx agent-factorio logoutConfiguration
- Global config:
~/.agent-factorio/config.json(hub URL, member ID, organizations) - Project config:
.agent-factorio/config.json(agent ID, hub URL — gitignored)
Requirements
- Node.js >= 18
