D·studio
Invoice Proposal AI Agents Vault
D·studio Brain

Connect your AI to the D·studio brain.

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.

Chat with the D·studio agent (in this site)

1 · Connect the brain (memory + vault)

1

Add the brain MCP to Claude Code

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
2

Using Codex instead?

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>" }
Don't have the wrapper yet? Run the one-line installer Kevin shares (it builds ~/.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.

What your agent gets

search_memory

Semantic search across 5 000+ session notes & the Obsidian vault (FTS).

read_memory

Read a specific memory or vault note by id.

recall_boot_context

The boot brief: active projects, decisions, recent state.

remember

Write a durable fact — tagged with your name, append-only.

get_time

The 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).

2 · Add the pricing brain (optional)

+

dstudio-pricing — quote from the real grid

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