System Brain
FreeNot checkedRead-only MCP tools for coding agents to audit deployment targets, detect fabricated code, review backlog, database schema, analytics, ML models, architecture d
About
Read-only MCP tools for coding agents to audit deployment targets, detect fabricated code, review backlog, database schema, analytics, ML models, architecture docs, and decision lenses.
README
system-brain-mcp
Eleven read-only MCP tools for inspecting a software workspace and returning answers tied to observable evidence. Missing or degraded evidence produces a partial result or no recommendation, never invented certainty.
Start
npx -y -p system-brain-mcp system-brain-init /path/to/code
Or from source:
git clone https://github.com/QEbellavita/system-brain-mcp
cd system-brain-mcp
npm install
node bin/init.js /path/to/code
The initializer scans for repositories and deployment configuration, then writes a draft manifest. It leaves uncertain fields unresolved for human review.
Point an MCP client at the server:
{
"mcpServers": {
"system-brain": {
"command": "npx",
"args": ["-y", "system-brain-mcp"],
"env": {
"SYSTEM_BRAIN_DEPLOY_MANIFEST": "/path/to/deploy-targets.json",
"SYSTEM_BRAIN_FABRICATION_DIRS": "/path/to/source"
}
}
}
}
Tools
| Tool | Purpose |
|---|---|
brain_where_deploys |
Compare declared and detected deployment evidence |
brain_fabrication_audit |
Flag narrow placeholder patterns for human verification |
brain_backlog |
Summarize accessible open work and local branches |
brain_db_schema |
Inspect configured local database structure |
brain_analytics |
Measure a configured outcome-labeling loop |
brain_ml_models |
Inventory configured local model artifacts |
brain_architecture |
Index configured architecture documents |
brain_lenses |
List available reasoning lenses |
brain_roadmap |
Find open checklist items in configured notes |
brain_recommend |
Produce evidence-linked candidate actions |
brain_reframe |
Apply a reasoning lens to one candidate action |
All tools are read-only. They do not write to databases, repositories, or deployment targets.
Configuration
| Variable | Purpose |
|---|---|
SYSTEM_BRAIN_DEPLOY_MANIFEST |
Path to a reviewed deployment manifest |
SYSTEM_BRAIN_FABRICATION_DIRS |
Directories eligible for static inspection |
SYSTEM_BRAIN_DB |
Local SQLite database path |
SYSTEM_BRAIN_MODELS_DIRS |
Directories containing model artifacts |
SYSTEM_BRAIN_ARCH_DOCS |
Architecture documents to index |
SYSTEM_BRAIN_OBSIDIAN_VAULTS |
Optional named vault paths |
SYSTEM_BRAIN_ANALYTICS_CONFIG |
Reviewed analytics configuration |
SYSTEM_BRAIN_TAXONOMY_CONFIG |
Reviewed work taxonomy |
The files under config/ are neutral examples only. Copy them to user-specific files and
replace every example table, label, taxonomy, and threshold before interpreting analytics.
The project intentionally does not ship a production schema or recommended operating
threshold.
brain_analytics measures labels within the configured outcome ledger. Other activity
tables are reported separately so they cannot silently change that denominator. The tool
reports incomplete evidence when a required query fails.
brain_fabrication_audit returns candidate locations, not verdicts. Read the surrounding
implementation before classifying a capability.
Tests
npm test
Tests use temporary files and injected command behavior. Network access and a database are not required.
Public-data boundary
Public fixtures are synthetic. Do not add customer data, real internal identifiers, production table names, operating thresholds, incident details, or exact production-shaped examples to this repository or its release archives.
Licence
MIT. See LICENSE.
Installing System Brain
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/QEbellavita/system-brain-mcpFAQ
Is System Brain MCP free?
Yes, System Brain MCP is free — one-click install via Unyly at no cost.
Does System Brain need an API key?
No, System Brain runs without API keys or environment variables.
Is System Brain hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install System Brain in Claude Desktop, Claude Code or Cursor?
Open System Brain on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
by wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
by madhurprashPostgres
Query your database in natural language
by AnthropicPostgreSQL
Read-only database access with schema inspection.
by modelcontextprotocolCompare System Brain with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All data MCPs
