Frequently asked

Context engineering, answered.

What Spiderbrain is, how the context graph works, what stays on your machine, and what each plan costs. Plain, factual answers.

  • engine v6.0.3
  • 105 gate scripts green
  • Works with Claude, Cursor, Continue and more
  • Free to start
The basics

Context engineering, in plain terms.

What is the concept of the second brain?

Remember Dumbledore’s Pensieve from Harry Potter? A magical stone basin used to store, review, and dive into memories? That’s essentially what a second brain (also Spiderbrain) is. Somewhere to keep what you know outside your head, so you and your tools can use it later. People have built them for years out of notes, wikis and documentation. The trouble is that they go stale. Someone has to write the page, remember to update it, and notice when it stops being true, and mostly nobody does. Within a few months the wiki describes a business that no longer exists, and an AI reading it will confidently give you last year’s answer. Spiderbrain is a second brain that maintains itself. It reads your actual systems and works out how they connect, so the understanding is derived rather than typed by hand. When something changes it re-reads only what changed, so the map stays in sync without anyone remembering to update it. It is also versioned, so you can see what changed and go back to any earlier state; governed, so nothing becomes fact until a person approves it; and shared, so every team and every AI reads the same understanding instead of each keeping its own private notes.

What is Spiderbrain?

Spiderbrain is a deterministic context layer that builds a living graph of your project and serves that governed understanding to AI agents over the Model Context Protocol (MCP). Instead of pasting files into a chat, your agent gets persistent memory and structural reasoning: it understands how every file, function and decision connects, and what breaks when one of them changes. It is set up for your business rather than installed by you.

Is it spelled Spiderbrain or Spider Brain?

The product is written as one word, Spiderbrain. It is often searched as two words, Spider Brain, and both refer to the same tool at spiderbrain.ai.

How does Spiderbrain help developers and AI agents?

It gives agents memory that persists across sessions, ranks the files that actually matter, and answers what a change will break before you ship it. The map updates itself as you work, and it plugs into Claude, Cursor and any other MCP client.

Does Spiderbrain include an AI chat?

Yes. Spiderbrain includes a brain-aware agentic chat: you converse with an AI that retrieves your codebase context ranked by importance and shows a blast-radius warning before it makes any edit. It is multi-provider (Anthropic, OpenAI, Google, or local models via Ollama and LM Studio) and bring-your-own-key.

What is context engineering?

Context engineering is the practice of assembling the right information, memory and tools around an AI model so it can reason reliably. It is widely seen as the successor to prompt engineering: rather than wording a single message well, you engineer the whole context the model works from. Spiderbrain is a deterministic context layer: it derives the context rather than having a team assemble it by hand or a model infer it, so the same question returns the same answer with a receipt you can re-run.

What is a context graph?

A context graph is a structured map of how the parts of a project connect and depend on one another, instead of a flat pile of text. Gartner expects most AI-agent systems to use context graphs by 2028. Spiderbrain builds one automatically and goes further: it ranks what matters most and traces what fails when something changes.

How is Spiderbrain different from RAG or a vector database?

RAG and vector databases retrieve chunks of text that look similar to your query. They have no sense of structure, so they cannot tell you what depends on what, or what breaks downstream. Spiderbrain keeps a structural graph and reasons over it, scoring every node by importance and tracing failure across dependencies. Most tools hand your agent a subway map. Spiderbrain hands it the same map with the broken tracks circled in red.

Do I need to author an ontology, or does Spiderbrain derive one?

Spiderbrain derives one. Enterprises spend months authoring ontologies for their data; your codebase and systems already contain one. Spiderbrain extracts typed nodes, dependencies, containment, constraints and decisions deterministically from source, so the ontology is ready when the scan finishes. No workshops, no OWL, no modelling committee, and nothing to keep manually in sync.

Is a context graph the same as a knowledge graph?

Not quite. A knowledge graph stores facts and relationships you define up front. Spiderbrain builds its graph automatically from your real files, imports and decisions, keeps it current as you work, and scores each node by how much its failure would hurt and how far that failure would spread. It is a context graph that ranks and reasons, not just a store of facts.

What is a code ontology?

A machine-readable model of what your software is: its components, their types, their relationships, and the rules that govern them. Spiderbrain derives one from source instead of asking your team to author it.

How is an ontology different from a semantic layer?

Semantic layers standardise metrics for BI. An ontology models meaning and structure so machines can reason about it. Spiderbrain applies that to code and to the systems around it, where no semantic layer operates. For the fuller comparison, see context layer vs semantic layer.

Do I need RDF or OWL?

No. The ontology is derived and served in Spiderbrain’s own portable format, consumable over MCP and standard APIs. Export formats can align with open standards as they mature.

What is context rot, and how does Spiderbrain help?

Context rot is the well-documented drop in accuracy as you push more text into a model’s context window. Flat dumps and stale embeddings make it worse, because the model spends attention on noise. Spiderbrain works on the input side: it ranks every part of your project by importance and blast radius, so your agent sees the load-bearing context first and the noise last.

In plain language

The short answers, without the jargon.

Why does AI get things wrong?

Because AI usually sees pieces of your business, not the connections between them.

Why do businesses need a Spiderbrain?

A business brain is the shared layer that gives every AI the same context, memory, business logic, and governance. Without it, AI guesses. With it, AI understands.

Why Spiderbrain, and not just any AI?

Think of it as the layer that helps AI understand your business before asking it to act on your business.

How is the brain built?

Spiderbrain reads your files inside your own environment and works out how they connect. The files stay where they are. Only what it worked out travels.

What does Spiderbrain actually store?

Not your documents. A map of how things relate, what was decided, and what matters most. It is small, and safe to hand to an AI.

What happens when I point Spiderbrain at my work?

It reads how things are put together, works out which parts carry the most weight, saves that as a version you can return to, then answers questions from it.

Who is allowed to query the brain?

Any software you already run, not only a chat window.

How is Spiderbrain different from an AI with a good memory?

A memory tool remembers what it was told. Spiderbrain works the structure out from your own systems, and can show you its reasoning.

Is Spiderbrain useful if I never connect an AI?

Yes. The map, the rankings and the risk warnings are worth reading on their own.

What is a Spiderbrain guideline?

Your own rule, written down once, so every AI touching your business follows it instead of guessing.

Who decides what a guideline says is true?

You do. Nothing is treated as fact until a person has approved it.

Using Spiderbrain

How it works in practice.

Which programming languages and file types does Spiderbrain read?

Spiderbrain resolves imports and dependencies at the structural level in JavaScript, TypeScript, Python and Rust, and handles other languages with a lighter parser. Beyond code it ingests Markdown, SQL schemas, PDF, docx, HTML, CSV and chat exports from ChatGPT, Claude and WhatsApp. It builds one graph across all of it, so your docs and decisions sit next to the code they describe.

Which AI tools does Spiderbrain work with?

Spiderbrain is MCP-native, so it connects to any client that speaks the Model Context Protocol. That includes Claude and Claude Code, Cursor, Continue, Cody, Zed, Windsurf, Devin, opencode and Aider. There is no glue code to write: connect the server once and your agent inherits memory and reasoning that stay current.

How do I connect Spiderbrain to Claude, Cursor and other AI tools?

Spiderbrain connects to any tool that speaks the Model Context Protocol (MCP): Claude and Claude Code, Cursor, Continue, Cody, Zed, Windsurf, Devin, opencode and Aider. It is a hosted MCP server, so there is nothing to run locally. Step by step: (1) in the Spiderbrain desktop app, sign in and build a brain by pointing it at your project; (2) open Settings, then MCP, and copy your connection URL, https://mcp.spiderbrain.ai/mcp, and your access token; (3) in your AI tool, add Spiderbrain as an MCP server, for example {"mcpServers":{"spiderbrain":{"url":"https://mcp.spiderbrain.ai/mcp"}}}, and send your token as a Bearer token (zero-config OAuth is coming; today it is a token connection); (4) reload or restart the tool. Your agent then has Spiderbrain’s ranked memory and structural reasoning, staying current as your brain updates. Separately, Spiderbrain’s own in-app chat lets you bring your own model key (Anthropic, OpenAI, Google, or local models via Ollama and LM Studio).

Is my code private? Does anything leave my machine?

Your source code and file contents never leave your device. Spiderbrain parses your project on your machine, then uploads a source-free graph to score it: repo-relative file paths and names, the dependency edges, a SHA-256 fingerprint of each file (never its contents), and privacy-safe git signals (commit timestamps, a fix or revert flag, a salted author-identity hash, and changed paths). Your code, file contents, commit messages and author emails never leave. The scored brain is stored in the EU and served to your AI over MCP. See the Data Governance Policy for the full breakdown.

Does Spiderbrain work offline?

Parsing is native and happens inside your own environment, but a connection is required to sign in, score your brain, and connect your AI over hosted MCP. Scoring runs on our EU servers, which is what keeps the engine proprietary, so a scored brain needs a connection.

Can I trust the results? Is Spiderbrain deterministic?

Spiderbrain is deterministic: the same input produces the same brain every time, with no randomness and no hidden model in the scoring path. The engine ships with a 105-script gate suite, all green at engine v6.0.3, and has been validated on real codebases. Anything an AI suggests is clearly labelled and never applied on its own, so you always know what is fact and what is a suggestion.

How does the context graph stay up to date?

Rebuilding is one click, with no stale embeddings to manage by hand, and drift detection flags files that have changed in ways that no longer match their history. On the Pioneer founding tier, live watch streams file changes into your graph as you work. Re-scoring stays an explicit step on every plan, so your agent always reasons from a picture you chose to publish.

Is Spiderbrain secure and auditable?

Every decision is recorded in an append-only log that is signed and hash-chained, so tampering is detectable and you can replay exactly how the brain reached its current state. Nothing is silently overwritten. For teams, that same log makes a shared brain auditable rather than a black box.

Plans & pricing

Start free. Upgrade when it earns it.

Plenty of tools can build a graph of your project. Far fewer can tell you which parts are load-bearing. Spiderbrain scores every node by how much it matters and how far its failure would spread, then keeps those scores current as you work. That ranking is the moat, and the paid plans sharpen it.

Talk to us about a plan

Is Spiderbrain free?

Yes. The Local plan is free, with no credit card required. You get one project and the full brain: parsed on your machine, scored in the cloud and served to your AI over MCP. It is free for personal, research and open-source use, and it is the fastest way to see the difference on your own code.

What is the difference between Local, Pro and Cortex?

Local is free and covers one project. Pro raises you to five projects, keeps your brains hosted in the cloud and synced across devices, and adds dedicated support tickets through Webby. Founding tiers stack perks on top of Pro (Pioneers, for example, get live watch); see the tiers page for the full matrix. The business platform puts that brain inside your own data: Self Set-up and Managed Set-up both add multi-source ingestion, identity resolution, segmentation and access to 100+ agents, and differ in who runs the setup. Cortex adds the agentic CDP and one deterministic shared brain with assisted merging and on-call support. Enterprise adds licensing, a custom rollout from Perform Digital, priority support and a dedicated account manager. The full brain is always built, stored in the EU and served to your AI over MCP on every tier.

What is the Founding Members offer?

Founding Members lock in the founding rate on Pro for as long as they keep the plan. The offer runs until Spiderbrain Cortex reaches general availability, or while founding numbers last: 3,750 across three tiers (Pioneer, Founding Member and Genesis), each with its own perks on top of Pro. Your member number is assigned in signup order and decides your tier; the tiers page has the full matrix and how to avail the benefits in the app.

Do I need a credit card to start?

No. The Local plan is free to start with no card. When you are ready for more projects, cloud-hosted brains or a shared team brain, you can move up a plan.

What do I actually get when I upgrade to Pro?

Pro lifts you to five projects, raises the on-screen map to 3,300 nodes, keeps your brains hosted in the cloud and synced across devices, and gives you dedicated support tickets through Webby. Founding members activate extra perks in the app on top of Pro, by tier: every tier keeps cloud access forever and adds capacity, the first two tiers add priority support inside the app, and Pioneers get live watch, the graph updating as files change. The tiers page has the full matrix.

Can my team share one brain?

Yes, on the Cortex plan. Several people work against one deterministic shared brain, and Spiderbrain merges everyone’s view predictably, surfacing conflicts rather than guessing. Assisted AI merging is available as a labelled beta. For larger rollouts, Enterprise adds licensing and hands-on implementation.

Company & trust

Who is behind it.

Who builds Spiderbrain?

Spiderbrain is built by Perform Digital, a team scaling SaaS since 2019 that builds specialized AI agents for B2B, alongside consulting, training and deep AI research into agent memory and reducing hallucination. The Spiderbrain algorithm is authored and engineered by Abhishek Srivastava, principal at Perform Digital. The engine is proprietary and is not on GitHub today; you can use it free on the Local plan, upgrade to Pro for more projects and cloud-synced hosted brains, and commercial team use is covered by the Cortex and Enterprise plans.

How do I get help or talk to a human?

Webby, the assistant in the corner of this page, can answer product questions and, for customers on a paid plan, open a support ticket for you. Support tickets are available to paid members only. You can also email support@spiderbrain.ai any time. For Cortex and Enterprise, you get a direct line to the Perform Digital team.

Still have a question?

Webby, in the corner of this page, answers in plain language and can open a support ticket for paid customers. Or create your free account and try Spiderbrain on your own code.

Webby
Spiderbrain’s support assistant
Hi, I’m Webby. What are you building, or what brought you to Spiderbrain today?