Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/jeremylongshore/bobs-big-brain-pluginWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/mcp/jeremylongshore/bobs-big-brain-plugin/governed-brain)<a href="https://agentmods.dev/mcp/jeremylongshore/bobs-big-brain-plugin/governed-brain"><img src="https://agentmods.dev/badge/mcp/jeremylongshore/bobs-big-brain-plugin/governed-brain/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/mcp/jeremylongshore/bobs-big-brain-plugin/governed-brain"><img src="https://agentmods.dev/badge/mcp/jeremylongshore/bobs-big-brain-plugin/governed-brain.svg" alt="Reviewed on agentmods" width="80" height="20"></a>Grade A, and why
governed-brain scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"governed-brain": {
"name": "governed-brain",
"description": "Bob's Big Brain — ONE plugin, two modes. Local (default): an in-process governed brain over your own files (~/.teamkb). Team (set TEAMKB_API_URL + TEAMKB_API_TOKEN + TEAMKB_TENANT_ID): a remote proxy to your team's single governed brain over the tailnet. This root .mcp.json is the project-scope config with a relative path; marketplace installs resolve the plugin root from their manifest.",
"version": "1.2.0",
"enabled": true,
"transport": "stdio",
"command": "node",
"args": [
"plugin-runtime/bootstrap.cjs"
],
"env": {
"TEAMKB_API_URL": "${TEAMKB_API_URL:-}",
"TEAMKB_API_TOKEN": "${TEAMKB_API_TOKEN:-}",
"TEAMKB_TENANT_ID": "${TEAMKB_TENANT_ID:-}"
}
}
}What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 18 lines scan A 4343c1421843
governed-brain is an MCP server published in the GitHub repository jeremylongshore/bobs-big-brain-plugin (2 stars, last pushed 2d ago), licensed Apache-2.0. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other mcp servers, from other repositories
procheiron
Review gate for shared agent memory: an unreviewed or hand-edited memory never reaches your agents. MCP-native, zero dependencies. Runs locally from the procheiron Python package. Needs 1 environment variable to run.
sidclaw-governance-mcp
Governance proxy for MCP servers — policy evaluation, human approval, audit trails. Runs locally from the @sidclaw/sdk npm package. Needs 5 environment variables to run.
cgr-capture
MCP server that captures agent judgments and outcomes as CGR substrate on GRAFOMEM Cloud. Runs locally from the grafomem-cgr Python package. Needs 6 environment variables to run.
cgr-read
Read Foundation-signed, offline-verifiable CGR agent-reputation attestations. No install. Remote server at mcp.grafomem.com.
novyx-mcp
MCP tools for Novyx governed actions, shared memory, audit, rollback, and evidence workflows. Local SQLite memory works zero-config; hosted governance and approvals use Novyx Cloud. Runs locally from the novyx-mcp Python package.
chamber
Cited Q&A over your own notes, plus drift detection when a cited source changes. Local-first CLI. Runs locally from the @bu7umaid/chamber npm package. Needs 2 environment variables to run.