{
  "name": "governed-second-brain",
  "version": "1.2.0",
  "description": "Bob's Big Brain \u2014 the governed team brain: cited recall, hash-chained receipts. ONE plugin, two modes. Local (default): turn your own files into cited (qmd://) memory with deterministic governance and a tamper-evident SHA-256 hash-chained audit trail, in-process with no runtime network after one-time native dependency provisioning. Team (set TEAMKB_API_URL): query your team's single governed brain over the tailnet with a per-user token.",
  "author": {
    "name": "Jeremy Longshore",
    "email": "jeremy@intentsolutions.io"
  },
  "homepage": "https://github.com/jeremylongshore/bobs-big-brain-plugin",
  "repository": "https://github.com/jeremylongshore/bobs-big-brain-plugin",
  "license": "Apache-2.0",
  "keywords": [
    "memory",
    "knowledge",
    "governance",
    "qmd",
    "brain",
    "citations",
    "local-first",
    "second-brain"
  ],
  "commands": [],
  "mcpServers": {
    "governed-brain": {
      "name": "governed-brain",
      "description": "Bob's Big Brain \u2014 ONE plugin, two modes. Local (default): an in-process governed brain over your own files (~/.teamkb); first start provisions two lockfile-pinned native modules, then runtime is local. Team (set TEAMKB_API_URL): a dependency-free remote proxy to your team's single governed brain over the tailnet, with a per-user token.",
      "version": "1.2.0",
      "enabled": true,
      "transport": "stdio",
      "command": "node",
      "args": [
        "${CLAUDE_PLUGIN_ROOT}/plugin-runtime/bootstrap.cjs"
      ],
      "env": {
        "TEAMKB_API_URL": "${TEAMKB_API_URL:-}",
        "TEAMKB_API_TOKEN": "${TEAMKB_API_TOKEN:-}",
        "TEAMKB_TENANT_ID": "${TEAMKB_TENANT_ID:-}"
      }
    }
  }
}
