A desktop workbench for building sourced, Git-versioned knowledge graphs AI agents can query.
Grounded in available product and source data
An AI agent that retrieves an answer from a RAG pipeline is guessing at relevance; CartaStudio's pitch is a different starting point — a knowledge graph where every node is deliberately typed, scoped, and tied to a specific source, so an agent reads it deterministically instead of inferring meaning from a chunk of retrieved text.
The unit of work is a "Carta": a curated decision graph capturing what an organization's experts already know, written in plain markdown rather than a proprietary format. Each node in that graph carries a citation — a book, a DOI, or a canonical article — which the site positions as the difference between a sourced graph someone can audit and an auto-extracted one nobody can verify. Cartas are built and owned in Git, so version history and change review work the same way they do for a codebase.
Once a Carta is built, CartaStudio publishes it as a queryable MCP endpoint. That's the practical payoff of the structure: rather than handing an AI agent a document to parse, the agent queries a graph directly, over the Model Context Protocol, and gets back typed, sourced answers rather than a paragraph it has to interpret.
The site frames CartaStudio clearly as a curation tool, not an automation one — explicitly not auto-extracted, not RAG guesswork — but it doesn't say how much manual work goes into building or maintaining a Carta as an organization's knowledge changes, what desktop operating systems the workbench runs on, or what happens to a published MCP endpoint when an underlying source is corrected or retracted. Anyone evaluating it for an active knowledge base, rather than a one-time reference graph, should ask directly about the maintenance workflow before committing.
A Carta is a curated knowledge graph written in plain markdown, made of typed, scoped nodes where each node is tied to a specific source like a book, DOI, or canonical article — the site positions it as a deliberately built reference graph, not something auto-generated from a document dump.
The site explicitly contrasts itself with RAG-style retrieval, which pulls approximately relevant chunks of text at query time — a Carta is curated and sourced ahead of time, so an agent querying it gets a typed, deterministic answer instead of a best-guess passage.
CartaStudio publishes a finished Carta as a queryable MCP (Model Context Protocol) endpoint, which a downstream AI agent can query directly; the site doesn't detail the authentication or access-control model for who can query a given endpoint.
The site doesn't say — Cartas are versioned in Git, which implies change tracking is expected, but it doesn't describe what happens to a published MCP endpoint when a source node is corrected or a citation goes stale, which is worth clarifying before relying on one for an actively-changing knowledge base.


