Skip to content
Architecture diagram showing the MCP hub connected to instruction tools and skill domains Architecture diagram showing the MCP hub connected to instruction tools and skill domains

MCP AI Agent Guidelines

20 tools. 102 skills. 18 domains. Physics-inspired AI workflows.

MCP AI Agent Guidelines is a Model Context Protocol server whose public surface is built from 20 instruction tools — high-level mission verbs (design, implement, review, debug, govern…) — each backed by richly orchestrated skill pipelines underneath. You invoke one tool; the server orchestrates dozens of skills internally.

// Claude Desktop / VS Code — add to your MCP config
{
"mcp": {
"servers": {
"ai-agent-guidelines": {
"command": "npx",
"args": ["-y", "mcp-ai-agent-guidelines@latest"]
}
}
}
}

Instruction-First Architecture

20 public tools act as mission verbs. Each instruction orchestrates multiple internal skills — consumers never call skills directly. Learn more →

Physics-Inspired Analysis

30 QM + GR skills provide bias-free code analysis through quantum-mechanics and general-relativity metaphors. Coupling, entropy, gravitational debt — all objectively measurable. Learn more →

Bio-Inspired Routing

5 adapt-* skills — Ant Colony Optimization, Hebbian reinforcement, Physarum network pruning, quorum sensing, simulated annealing — make multi-agent workflows self-optimizing over time. Learn more →

Governance-First

7 gov-* skills, criticalSkillGuard env-var gating, HMAC session integrity, and prompt-injection hardening are built-in — not optional add-ons. Learn more →

Model-Agnostic Orchestration

Role-class routing resolved from orchestration.toml at runtime. Physical model IDs are never hardcoded. 5 orchestration patterns documented. Learn more →

Zero Runtime LLM Calls

Advisory outputs only — this is a routing and orchestration layer, not an LLM executor. Works with any MCP-compatible host. Architecture →


Zero-Costfree
REASONING
Basic
SPEED
Fastest
PRICE
Free
$0 / 1M tokens
CONTEXT
128–192K
prompt window
Efficientcheap
REASONING
Moderate
SPEED
Fast
PRICE
~$0.30
per 1M tokens
CONTEXT
~160K
prompt window
Advancedstrong
REASONING
Highest
SPEED
Medium
PRICE
$2.5–$15
per 1M tokens
CONTEXT
160–400K
prompt window
Cross-Modelreviewer
REASONING
Highest
SPEED
Sequential
PRICE
$1–$15
per 1M tokens
CONTEXT
173K+
prompt window


Parallel Critique → Synthesis

Advanced model generates plan → independent critic reviews → model reconciles. Used for architecture decisions and high-risk design.

Read more →
Draft → Review Chain

Zero-cost model drafts → advanced model reviews → zero-cost model applies notes. Cuts advanced-model token cost ~60%.

Majority Vote

3 zero-cost/efficient lanes vote → tiebreak escalation → final arbitration. Used for evaluation and classification tasks.

Cascade with Fallback

Try efficient → fallback to advanced → emergency escalation. Implements homeostatic PID setpoint concept.

Free Triple Parallel + Synthesis

3 zero-cost lanes run concurrently → single advanced synthesis pass. ~80% cheaper than running advanced end-to-end.

Read full orchestration docs →