Deterministic tools, not vibes.
Gittensory ships an MCP server that exposes structured, schema-validated tools for plan, preflight, branch analysis, and packet prep. Use it as the base layer for Codex, Claude Desktop, Cursor, or your own agent runtime.
stdio + remote
Run the MCP as a local stdio process, or connect to the remote MCP at the Worker.
gittensory-mcp --stdionpx -y @jsonbored/gittensory-mcp@latest --stdiohttps://gittensory-api.aethereal.dev/mcphttpStructured tool schemas
Every tool input/output is typed and validated. Agents get deterministic, machine-readable results.
- · plan_next_work
- · preflight_branch
- · analyze_branch
- · explain_blockers
- · prepare_pr_packet
Init helpers
Print ready-to-paste config snippets for Codex, Claude Desktop, and Cursor.
gittensory-mcp doctor
gittensory-mcp status
gittensory-mcp init-client --print codex
gittensory-mcp init-client --print claude
gittensory-mcp init-client --print cursorThe agent loop, made boring on purpose.
Predictable inputs, predictable outputs. The agent makes decisions; Gittensory makes those decisions explainable.
Decision pack → repo targets + ranked next actions.
Metadata-only branch analysis with scenarios.
Concrete, human-readable blockers and cleanup steps.
Public-safe PR description ready to commit/push.
Drop-in tools, predictable shapes.
Three places Gittensory makes your agent's contribution loop boring on purpose.
Print client config
`init-client` writes the MCP config for Codex, Claude Desktop, or Cursor. No copy-paste required.
Deterministic ranked work
`plan_next_work` returns repo targets and ranked actions over the deterministic decision pack.
Packet, not prose
`prepare_pr_packet` returns a structured packet with labels and linked-issue lines ready to commit.
Wire it into your client
Set up MCP in your editor, then explore each tool in the live playground.