Skip to main content
Glama
mateusdcc

Pattern Intelligence MCP

by mateusdcc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
design-reviewReview a design without pattern-first reasoning.
architecture-decisionAnalyze, compare, stress-test, and record a consequential pattern decision.
safe-refactorChallenge a proposed pattern and plan a reversible refactor.
incident-to-patternTurn an incident into forces and testable pattern hypotheses.

Resources

Contextual data attached and managed by the client

NameDescription
pattern-catalogCompact index of all patterns; read an individual pattern for full decision data.
decision-ontologyForce concepts and their positive and negative pattern relationships.

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/mateusdcc/pattern-intelligence-mcp'

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