Install Cartograph
# CLI + MCP server
$ pip install cartograph-mcp
# inside Claude Code
› /plugin marketplace add benteigland11/cartograph-plugin
› /plugin install cartograph@cartograph-marketplace
Then run cartograph doctor to see which language engines your machine supports.
Tinkerer? Skip the agent glue and script the raw CLI
# zero-dependency CLI, every command scriptable
$ pip install cartograph-cli
$ cartograph setup --agent claude
setup writes CLI instructions into your agent's config for you to customize. From there it's your harness: hooks, CI, cron, whatever you build.