Skip to main content
Glama
QEbellavita

system-brain-mcp

by QEbellavita

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SYSTEM_BRAIN_DBNoSQLite path for db_schema and analytics
SYSTEM_BRAIN_ARCH_DOCSNoColon-separated markdown files describing your system
SYSTEM_BRAIN_MODELS_DIRSNoColon-separated directories holding model artifacts
SYSTEM_BRAIN_DEPLOY_MANIFESTNoPath to the manifest that init wrote
SYSTEM_BRAIN_OBSIDIAN_VAULTSNoJSON object mapping vault name to path, e.g. {"Name":"/path"}. Optional. Used for backlog --includeVault and roadmap.
SYSTEM_BRAIN_FABRICATION_DIRSNoColon-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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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. includeVault (default false) opts into a bounded, most-recent-first Obsidian vault marker-sample ; off by default because even the bounded scan adds iCloud latency.

brain_db_schemaA

List tables in the configured local SQLite database, or (with table) inspect one table's columns/indexes/row count. Read-only via the system sqlite3 CLI; table names are validated to prevent injection.

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 area: list doc names/sections/sizes. With area: return one doc's content (truncated to 8000 chars), matched by name/basename substring.

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. dirs overrides the configured SYSTEM_BRAIN_FABRICATION_DIRS list for this call.

brain_lensesA

List available reasoning lenses (mental models / thinker-inspired frames) for framing a decision. kind optionally filters to one lens kind. Output includes an applyGuidance string the calling model is expected to execute: pick the 1-2 lenses that bite hardest on the live problem and apply them, rather than treating the list as reference material.

brain_roadmapA

Scan configured Obsidian vaults for plan/roadmap/next-steps notes (filename-matched, most-recently-modified first) and count their open - [ ] checklist items. Content reads are bounded by limit (default 6, max 12) so an iCloud-hosted vault cannot stall the call.

brain_recommendA

Rank next steps from the brain's own read-only evidence (analytics, backlog, models; deep: true adds the roadmap scan). A deterministic rule table, NOT a model: every candidate cites the tool and number it came from, and per-source health is reported so degraded evidence cannot read as confirmed support. Output includes a reasoning contract the calling model is expected to execute: rank the candidates against live session context and state what would change its mind.

brain_reframeA

Reframe a real brain_recommend recommendation (looked up by recommendationKey), or a bounded task-only subject when omitted, through a reasoning lens. Priority/evidence/title/why/action/systems/phases are always derived server-side from the real recommendation and its evidence health ; never accepted from the caller. Output includes a reasoning contract (static, in-session instructions) the calling model is expected to execute: actually answer the lens questions against the cited evidence and emit a proceed/reframe/reject verdict.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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