Skip to content

ANCHOR

ANything Can Have Order and Reason
Agent-First Knowledge Canvas with Source-Grounded Provenance

ANCHOR is a tool that lets you and your agent work with engineering documents.

Drop a PDF onto a canvas. The agent reads it and pulls the values you need into a spec table. Every value links back to the page and bounding box it came from, so you can click and see the source.

Drop FMU simulation models onto the same canvas and wire the extracted values into their parameters.

It runs on your laptop. Data lives under ~/anchor-data. Agents talk to it over MCP, so it works with Claude Code, Cursor, or any MCP client. There's an HTTP API and a CLI too.


Get started

uv tool install anchor-kb
anchor serve
pipx install anchor-kb
anchor serve
pip install anchor-kb
anchor serve

Then open http://127.0.0.1:8002 in your browser.

Requires Python 3.12+. CI tests Linux and runs CLI smoke checks on macOS and Windows; verify browser and PDF workflows on your target platform.

Five-minute tutorial Architecture overview


What's in this documentation


Designed for both humans and agents

ANCHOR is agent-native: every operation reaches HTTP, MCP, and CLI in parity. An agent driving the canvas through MCP and a human clicking in a browser end up at the same workspace, see each other's edits in real time, and share the same source-grounded view of the data.

The point is to kill the manual loop: open a datasheet, find a number, paste it into a spreadsheet or simulation, hope you got the right one. The agent does the lookup; the source link makes every answer checkable.