io.github.gabrielmahia/decision-intelligence-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| napoleon_maximsA | Get Napoleon Bonaparte's Military Maxims — 115 principles distilled from 20+ years of campaign experience. The most concentrated body of military wisdom from any commander in the modern era. Use for strategic planning, logistics, speed of decision, and concentration of force. |
| sun_tzuA | Get Sun Tzu's Art of War — 13 chapters on strategy, intelligence, deception, and the nature of conflict. The oldest continuously studied strategic text. Applies to competitive analysis, negotiation, organizational strategy, and any domain of structured competition. |
| commander_doctrineA | Analyze a commander's signature tactical innovation — the battle doctrine that made them historically decisive. Covers: Napoleon (corps system, central position), Alexander (hammer and anvil), Hannibal (Cannae encirclement), Genghis Khan (feigned retreat + Mongol doctrine), Shaka Zulu (bull-horn formation), Caesar (fortification + speed), Frederick the Great (oblique order). |
| apply_strategyA | Apply classical military principles to a modern strategic problem. Translates ancient military wisdom into business, technology, organizational, or geopolitical analysis. Specify the problem domain and the analytical lens. |
| public_domain_libraryA | Get major works of military and strategic philosophy available in the public domain. Returns title, author, date, themes, and key insights for each work. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
The tools are mostly distinct: napoleon_maxims and sun_tzu target specific texts, while public_domain_library is a broader catalog that could overlap with the specific sources. commander_doctrine and apply_strategy are clearly separate, but the retrieval tools could cause minor confusion.
Tool names mix noun-based identifiers (napoleon_maxims, sun_tzu, public_domain_library, commander_doctrine) with a verb-based one (apply_strategy). While all use snake_case, the lack of a consistent verb_noun pattern makes the set feel slightly inconsistent.
Five tools is well-scoped for a niche server focused on strategic decision-making. Each tool contributes a distinct capability without redundancy or an unwieldy list.
The set covers the core workflow: accessing source material (napoleon_maxims, sun_tzu, public_domain_library), understanding historical doctrine (commander_doctrine), and applying it to modern problems (apply_strategy). Minor gaps exist, such as searching within texts or comparing doctrines, but the surface is largely complete for the stated purpose.