Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
ultrabrain_startB

Create a branded LCV Ultrabrain reasoning session and optionally seed the first thought.

ultrabrain_thinkA

Canonical LCV reasoning gate for code work, branching, revisions, quality metrics, bias checks, confidence, and meta checkpoints. Protocol: state evidence and assumptions before conclusions; set step_type honestly (analysis, hypothesis, verification, conclusion...); attach evidence[] for any factual claim; branch when a materially different path exists and revise when an earlier step was wrong; adjust total_thoughts when scope changes instead of forcing a fit; only set next_thought_needed to false once a verification step has checked the conclusion. Close each step by asking: what am I missing or need to reconsider?

ultrabrain_updateB

Update an existing thought with stronger evidence, confidence, risks, actions, or quality metrics.

ultrabrain_branchB

Create or continue an Ultrabrain branch from a prior thought.

ultrabrain_mergeB

Merge one or more branch insights into a synthesis, best-evidence path, or decision note.

ultrabrain_validateB

Check a reasoning session for evidence, alternatives, verification, bias, and closure gaps.

ultrabrain_analyzeB

Analyze quality, confidence, bias counts, label counts, unresolved questions, and recommendations.

ultrabrain_reviewC

Render a reasoning session as a summary, linear chain, tree, markdown, or JSON.

ultrabrain_statusA

Return session status, thought count, branches, and latest quality score.

ultrabrain_historyA

Return recent normalized thought records for a session.

ultrabrain_exportA

Export a session as markdown, text, or JSON.

ultrabrain_metricsA

Return aggregate session, thought, branch, quality, confidence, bias, mode, and step metrics.

ultrabrain_templatesA

List LCV Ultrabrain prompt templates for common engineering reasoning workflows.

ultrabrain_resetA

Reset one Ultrabrain session, or all sessions when all_sessions is true.

Prompts

Interactive templates invoked by user choice

NameDescription
ultrabrain_problem_breakdownBreak a technical problem into evidence, assumptions, hypotheses, verification, and risks.
ultrabrain_critical_reviewReview an implementation or decision with counterexamples, residual risk, and verification checks.
ultrabrain_synthesisSynthesize several branches or findings into a decision and next action list.

Resources

Contextual data attached and managed by the client

NameDescription
Ultrabrain SessionsCurrent Ultrabrain sessions.

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/LCV-Ideas-Software/ultrabrain-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server