boardroom-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BOARDROOM_ROOT | No | Path to your full protocol files directory | ~/.ai/boardroom |
| BOARDROOM_TRUST_PATH | No | Path to trust oracle data file | ~/.boardroom/trust-oracle.json |
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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyzeA | Run a Boardroom consultation. Routes your question to relevant advisors, loads their philosophies and decision criteria, searches institutional memory for precedents, and provides a structured analysis with mandatory tension between opposing viewpoints. Demo mode includes 3 named advisors; full protocol files unlock 450+ advisors across 38 councils. |
| check_governanceA | Classify a task and determine which governance advisors should review it. Returns the decision type, selected advisors, risk level, and whether constitutional constraints apply. Fast classification without running the full session. |
| query_intelligenceA | Search the Boardroom LEDGER (persistent decision memory) and Wisdom Codex for relevant precedents, past decisions, and distilled insights. Returns keyword-matched results with timestamps and excerpts. The LEDGER grows each time you use report_outcome. |
| trust_lookupA | Look up the trust profile for any entity (AI agent, tool, vendor, platform). Returns a 6-dimension trust vector (reliability, honesty, follow-through, outcome quality, stability, risk profile), composite score, and recommendation (trust/verify/caution/avoid). New entities return a default "unknown" profile — use report_outcome to build trust data over time. |
| report_outcomeA | Report the outcome of a decision for the Boardroom learning system. Records what happened, whether the original recommendation was followed, and what was learned. Feeds the Knowledge Flywheel and updates the Trust Oracle if an entity is specified. Returns a warning if the outcome could not be persisted to disk. |
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/randysalars/boardroom-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server