system-brain-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SYSTEM_BRAIN_DB | No | SQLite path for db_schema and analytics | |
| SYSTEM_BRAIN_ARCH_DOCS | No | Colon-separated markdown files describing your system | |
| SYSTEM_BRAIN_MODELS_DIRS | No | Colon-separated directories holding model artifacts | |
| SYSTEM_BRAIN_DEPLOY_MANIFEST | No | Path to the manifest that init wrote | |
| SYSTEM_BRAIN_OBSIDIAN_VAULTS | No | JSON object mapping vault name to path, e.g. {"Name":"/path"}. Optional. Used for backlog --includeVault and roadmap. | |
| SYSTEM_BRAIN_FABRICATION_DIRS | No | Colon-separated directories to scan for fabricated values |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| brain_where_deploysA | Resolve the canonical deploy target for a file/path and cross-check it against repo config. |
| brain_backlogB | Unified open items across GitHub PRs/issues and local git. |
| brain_db_schemaA | List tables in the configured local SQLite database, or (with |
| brain_ml_modelsA | List on-disk ML model artifact files across configured model directories. Presence on disk does NOT mean a model is loaded or active. |
| brain_analyticsB | Row counts and recency for known prediction/feedback tables in the local dev SQLite database. Honestly labeled as local/dev, not production; flags feedback famine. |
| brain_architectureA | Curated architecture docs (gateway skills). No |
| brain_fabrication_auditA | Read-only static scan for fabricated-core leaves (Math.random()-fed confidence/accuracy/score/decision values) across configured engine directories. A signal, not proof ; verify each finding against stub-detection-audit before certifying REAL/ABSENT. |
| brain_lensesA | List available reasoning lenses (mental models / thinker-inspired frames) for framing a decision. |
| brain_roadmapA | Scan configured Obsidian vaults for plan/roadmap/next-steps notes (filename-matched, most-recently-modified first) and count their open |
| brain_recommendA | Rank next steps from the brain's own read-only evidence (analytics, backlog, models; |
| brain_reframeA | Reframe a real brain_recommend recommendation (looked up by |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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