Governed second brain — ONE plugin, two modes. Local (default): an in-process governed brain over your own files (~/.teamkb) — cited search plus governed capture → govern → promote with a SHA-256 hash-chained audit trail, no daemon, no network. Team (set TEAMKB_API_URL): a remote proxy to your team's single governed brain over the tailnet, with a per-user token. Mode is auto-detected from TEAMKB_API_URL.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"governed-brain": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/plugin-runtime/governed-brain.cjs"
],
"env": {
"TEAMKB_API_URL": "${TEAMKB_API_URL}",
"TEAMKB_API_TOKEN": "${TEAMKB_API_TOKEN}"
}
}
}
}Replace placeholder values for: TEAMKB_API_TOKEN
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
TEAMKB_API_URL=${TEAMKB_API_URL}TEAMKB_API_TOKEN=${TEAMKB_API_TOKEN}Sensitive values you must provide — never committed to source control
Declared capabilities of this MCP server
npx claudepluginhub jeremylongshore/governed-second-brain-plugin --plugin governed-second-brain