Skip to main content
Starter page — grow this as real questions come in.
No. Nodal never connects to your database — in the open-source repo or the hosted MCP server. Your agent queries your warehouse through your own read-only connector; Nodal serves the context (definitions and canonical queries), not your data. See what Nodal can access.
GitHub access, nothing else. Your analytics-context repo gets read + write — read to serve your context, write so your analyst can edit it and open pull requests from the Nodal admin (every change lands as a reviewable PR). Your dbt project repo, if you connect it for lineage, stays read-only — Nodal can never edit it. You grant this by installing the Nodal GitHub App (the default) or by pasting a fine-grained token — see Connect GitHub.
No. The Analytics Context Format (ACF) is open (Apache-2.0), and the eval harness also reads dbt models/docs and plain markdown. You can self-host and never talk to us.
Provision once in the admin, then hand out a single .mcp.json file pointing at https://analyst.nodaldata.io/mcp. Teammates authenticate via OAuth on first use.
For data-residency or security requirements, contact sales at info@nodaldata.io.