Plug your local Claude Code or Codex into the shared D·studio memory, pricing source-of-truth, and client skills — over MCP. Your agent recalls past decisions, project context, and the vault, and quotes from the real grid. No copy-paste, no re-explaining.
One command. You'll be asked for your team BRAIN_TOKEN (never stored in this page — Kevin gives it to you).
claude mcp add dstudio-brain \ -e DSTUDIO_BRAIN_URL=https://srv869847.hstgr.cloud/brain \ -e DSTUDIO_BRAIN_TOKEN=<your-team-token> \ -e DSTUDIO_USER=<your-name> \ -- node ~/.dstudio/brain-mcp/server.js
Add the same MCP server to ~/.codex/config.toml.
[mcp_servers.dstudio-brain]
command = "node"
args = ["~/.dstudio/brain-mcp/server.js"]
env = { DSTUDIO_BRAIN_URL = "https://srv869847.hstgr.cloud/brain", DSTUDIO_BRAIN_TOKEN = "<your-team-token>", DSTUDIO_USER = "<your-name>" }
~/.dstudio/brain-mcp and wires the command above). The token is requested at install — it's never committed to any repo or shown on this page.search_memorySemantic search across 5 000+ session notes & the Obsidian vault (FTS).
read_memoryRead a specific memory or vault note by id.
recall_boot_contextThe boot brief: active projects, decisions, recent state.
rememberWrite a durable fact — tagged with your name, append-only.
get_timeThe real current time (no guessing).
Sensitive tools are blocked by design — a teammate's agent can read & remember, but cannot send mail, touch Monday, or post to clients (mail_reply, monday_*, bridge_*, mec_* are not exposed).
A local MCP that holds the D·studio pricing source-of-truth (TJM, packages, real 2024 deals) and exposes quote_estimate(scope). Your agent stops guessing prices and quotes from the actual grid.
claude mcp add dstudio-pricing -- node ~/.dstudio/dstudio-pricing/server.js