Live · 535 notes · 5,204 edges

The SE knowledge graph,
queryable from your terminal.

A read-only library of FY27 product positioning, field plays, TMT vertical guidance, and discovery flows — wired into your Claude Code so you can ask in plain English and get cited answers in seconds.

No notes to download. No browser tabs. Claude reaches into the graph, pulls the right notes, and stitches the answer in your terminal.

One-line install

You're in. Paste this into your shell.

One line wires the Salesforce Brain into Claude Code with your key. Idempotent & reversible — restart Claude Code, then run claude mcp list to confirm.

curl -fsSL "https://salesforce-brain-mcp-18f71c0b831f.herokuapp.com/setup.sh?tools=brain" | BRAIN_KEY='' bash
Wires just the Salesforce Brain. Auto-configures Claude Code, Cursor, and Windsurf.
Using another MCP client, or prefer a manual add?

The one-liner above auto-configures Claude Code, Cursor, and Windsurf. For any other client, add this to your MCP config under "mcpServers" (restart the client after):

"salesforce-brain": { "url": "https://salesforce-brain-mcp-18f71c0b831f.herokuapp.com/mcp", "headers": { "X-API-Key": "" } }

Prefer the manual claude mcp add?

claude mcp add --transport http --scope user salesforce-brain https://salesforce-brain-mcp-18f71c0b831f.herokuapp.com/mcp --header 'X-API-Key: '
Get access

Sign in with your Salesforce email.

Salesforce employees only. We'll email you a one-time link — click it and your install command appears here.

No accounts. No passwords. One-click sign-in for 30 days.

Check your inbox

We just sent a sign-in link to

Link expires in 1 hour. Look in spam if you don't see it within a minute.

Contents

Everything an SE needs, indexed.

535 notes spanning the full FY27 portfolio, organized into folders and surfaced through 5,204 graph edges.

346

Products

Marketing Cloud, Data 360, Personalization, Commerce, Loyalty, Marketing Intelligence, AdTech, Agentforce, Slack, Tableau, MuleSoft, Heroku.

103

Concepts

Architecture, data model, security, integration, governance, AI/ML, packaging, licensing.

52

APIs

REST, Bulk, Streaming, Pub/Sub, Metadata, Tooling, GraphQL, UI — endpoints, limits, examples.

35

Plays

Discovery, demo, and implementation flows for Loyalty, Personalization, Commerce, and Marketing Intelligence.

28

People

Salesforce executives, founders, and product leaders — context for exec briefings.

16

Projects

Strategic initiatives and cross-cloud bets in flight this fiscal year.

11

Releases

Spring, Summer, Winter — what's new, what changed, what's deprecated.

10

Maps of Content

Index notes that link out to everything in their domain — TMT, Industry Clouds, Products, Plays, Concepts, APIs.

How it works

Five primitives. Your Claude does the rest.

The server holds no LLM. It exposes retrieval primitives over MCP, and your local Claude Code synthesizes using your own Salesforce-issued key.

01 / ASK

You ask in Claude Code

Anywhere, any project. The brain is global to your terminal.

02 / CRAWL

Claude crawls the graph

Chains list_categoriessearch_brainget_notefollow_wikilinks.

03 / ANSWER

You get a stitched answer

Cited by note path. The server holds no LLM and no Anthropic credentials.

In practice

Things you might actually ask.

Give me FY27 positioning for Marketing Cloud Personalization+ vs Salesforce Personalization. Which should I lead with for an enterprise media customer?
What's the discovery flow for an AdTech / clean room play? Walk me through the questions in order.
Summarize the TMT MOC and tell me the top three plays I should know cold for a Telco account.
Questions

The small print.

How do I get access?
Click "Request access" above and enter your @salesforce.com email. We'll send a one-time link. Click it and the install command shows up — pre-filled with your access key, ready to paste into your shell.
What does it cost me?
Nothing. The server holds no LLM — synthesis happens in your local Claude Code using your existing Salesforce-issued key.
Is customer data in here?
No. No accounts, no opportunities, no PII. Product knowledge, plays, and positioning only.
How fresh is the content?
Snapshot baked into the deploy artifact. Refreshes are manual.
"'url' is not a valid URL" when reconnecting.
Leading whitespace got captured into the URL — usually because the install was typed into Claude Code's interactive /mcp wizard instead of pasted into a shell. Remove with claude mcp remove salesforce-brain, then re-paste the install command from the section above.
How do I remove it?
claude mcp remove salesforce-brain
Copied