MCP & bring-your-own-LLM

On this page

Bring-your-own-LLM lets you connect an assistant you already use - ChatGPT, Claude - to your dembrane data, so it can reason over your conversations directly instead of dembrane choosing the model for you.

This page is the developer reference. For the product-level overview of the same feature, see MCP & bring-your-own-LLM.

Important

This is a coming-soon feature, tied to the Innovator tier. The pieces below describe the intended offering; it has not shipped yet. We mark it clearly so you can plan, not so you can build against it today.

What it will be

MCP - the Model Context Protocol - is an open standard for giving an assistant access to external tools and data through a well-defined server interface. The dembrane offering will expose your dembrane workspace as an MCP server that your own assistant can connect to.

The intent, as set out in the tier model (ADR 0005):

This is distinct from built-in analysis (the EU-hosted Gemini-powered chat & Ask and library & analysis), which arrives at Changemaker. Innovator gives you the connector; Changemaker gives you dembrane’s own analysis. See tiers & billing for how the tiers stack.

Current status

To be unambiguous about what exists today:

Note

If you've cloned the repository and found an .mcp.json file, that’s internal developer tooling - MCP configuration for engineers working on the codebase. It is not an exposed dembrane MCP server, and it is unrelated to the customer-facing bring-your-own-LLM offering described here. Don’t treat it as a public integration point.

What you can do today

While the connector is in development, the supported ways to build your own analysis on top of dembrane data are the existing developer surfaces:

Related

Comments