molar-agent
v0.3.7
Published
Molar autonomous QA bootstrap — scaffold a project, discover agent workflows, and delegate to the full CLI when installed.
Maintainers
Readme
molar-agent
npx molar-agent initZero-dependency bootstrap entrypoint for Molar —
init scaffolds a real project even when the full @molar/cli binary is not
installed yet.
Agent Distribution Pack
| Surface | Install |
|---------|---------|
| Terminal | npx molar-agent init → npm i -g @molar/cli → molar agent init --json |
| Cursor | scaffold writes .cursor/mcp.json → remote https://api.molar.it/mcp |
| Codex / Claude Code | add remote MCP URL https://api.molar.it/mcp (OAuth 2.1 + PKCE) |
| Claude.ai / ChatGPT | use the published Molar connector against the same MCP endpoint |
| Skill file | .agents/skills/molar-agent/SKILL.md (repo) / docs for agents |
Commands
| Command | What it does |
|---------|----------------|
| molar-agent init [--json] | Scaffold .molar/, root .molar.md, .cursorrules, AGENTS.md, .cursor/mcp.json |
| molar-agent docs [--json] | TesterArmy-style task-oriented command routing |
| molar-agent <subcommand> | Delegates to the full CLI when molar is installed on PATH |
After init
npm install -g @molar/cli
molar login --api-url https://api.molar.it --token <pat> --json
molar agent init --json
molar docs --json
molar verify "app loads" --url http://localhost:3000 --jsonFailures with --json return { ok: false, error: { code, message, hint } }.
