system-brain-mcp
Queries GitHub issues and pull requests to report open backlog items.
Optionally reads Obsidian vaults for backlog and roadmap items.
Detects and cross-checks Railway deployment configurations, reporting canonical target and stray platform configs.
Queries SQLite database schemas and row counts for schema and analytics tools.
Detects Vercel configuration files and flags them as stray or leftover deploy targets.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@system-brain-mcpwhere does src/api/routes/health.ts deploy?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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/codeOr from source:
git clone https://github.com/QEbellavita/system-brain-mcp
cd system-brain-mcp
npm install
node bin/init.js /path/to/codeThe 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"
}
}
}
}Related MCP server: repo-scout
Tools
Tool | Purpose |
| Compare declared and detected deployment evidence |
| Flag narrow placeholder patterns for human verification |
| Summarize accessible open work and local branches |
| Inspect configured local database structure |
| Measure a configured outcome-labeling loop |
| Inventory configured local model artifacts |
| Index configured architecture documents |
| List available reasoning lenses |
| Find open checklist items in configured notes |
| Produce evidence-linked candidate actions |
| 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 |
| Path to a reviewed deployment manifest |
| Directories eligible for static inspection |
| Local SQLite database path |
| Directories containing model artifacts |
| Architecture documents to index |
| Optional named vault paths |
| Reviewed analytics configuration |
| 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 testTests 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceA read-only MCP server for AI coding agents to inspect repositories, audit code quality, route engineering skills, and plan safe issue/PR workflows.1MIT
- Alicense-qualityCmaintenanceProvides autonomous codebase exploration through a plan-execute-reflect-report pipeline, generating onboarding reports with file:line references. Exposes both a high-level investigation tool and low-level read-only file access tools via MCP.MIT
- Alicense-qualityAmaintenancePublic read-only MCP server for turva.dev's agent-readiness audit, enabling AI agents to query service catalog, security evidence, and engagement principles via structured JSON.1MIT
- Flicense-qualityBmaintenanceEnables AI clients to inspect backend systems through structured engineering tools including Git history, Winston logs, OpenAPI contracts, and sandboxed source code.1
Related MCP Connectors
Read-only tools over the Safer Agentic AI framework: 238 patterns + 14 heuristics.
Read-only Remote MCP for externally grounded AI agent trust receipts.
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/QEbellavita/system-brain-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server