Install

Cartographer is distributed as a Cursor plugin and a local CLI built from this repository (or GitHub Releases). It is not published as an npm registry package.

Cursor Marketplace: listing is pending Cursor approval. Until it appears in Marketplace, install the plugin from this repository locally.

Local CLI from source

git clone https://github.com/theworker02/cartographer.git
cd cartographer
npm install
npm run build
npm link   # optional — puts cartographer on your PATH

Then, in any project:

cartographer index
cartographer brief

Cursor plugin

Point Cursor at this repo as a local plugin (manifest: .cursor-plugin/plugin.json). Build dist/ first so MCP and CLI entrypoints resolve.

Requirements