Pattern 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
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_design_caseA | Diagnose forces before prescribing a pattern. Returns questions, transparent scores, rejected patterns, a non-pattern baseline, evidence plans, and a bounded pattern compound. Use this first for an open-ended design problem. |
| compare_pattern_optionsA | Compare two to six named patterns against one concrete case. Returns no winner when evidence is insufficient and states the force that would make each option preferable. |
| detect_pattern_misuseA | Audit patterns already used or proposed for cargo-cult risk, missing forces, hidden costs, and simpler alternatives. Use during design or code review, not as a generic pattern search. |
| stress_test_pattern_decisionA | Apply explicit counterfactual scenarios—scale, delivery, consistency, team, evidence, or goals—and report when the leading decision flips. Use before committing to expensive architecture. |
| plan_pattern_adoptionA | Create a reversible, evidence-gated adoption plan for one named pattern. The plan starts with a baseline and smallest production slice and includes exit criteria and rollback. |
| write_pattern_adrA | Generate a proposed architecture decision record from a case. It records considered options, uncertainty, validation metrics, open questions, and reversal triggers rather than pretending the decision is final. |
| get_pattern_evidence_planA | Return the hypothesis, measurements, experiment, rejection criteria, and deletion triggers for one pattern in one case. Use when a recommendation needs proof before implementation. |
| query_pattern_graphB | Traverse contextual candidates and explicit pattern relationships with layer and cost filters. Use for bounded discovery around a problem or seed—not to dump the entire catalog. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| design-review | Review a design without pattern-first reasoning. |
| architecture-decision | Analyze, compare, stress-test, and record a consequential pattern decision. |
| safe-refactor | Challenge a proposed pattern and plan a reversible refactor. |
| incident-to-pattern | Turn an incident into forces and testable pattern hypotheses. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| pattern-catalog | Compact index of all patterns; read an individual pattern for full decision data. |
| decision-ontology | Force concepts and their positive and negative pattern relationships. |
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/mateusdcc/pattern-intelligence-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server