Skip to main content

🔌 FrootAI MCP Server

Add AI Infra, Platform, and Application Knowledge to Your Agent

Quick Run
npx frootai-mcp
Install Global
npm i -g frootai-mcp
npm Registry
npmjs.com/package/frootai-mcp →
📚

Without FrootAI MCP

  • Agent searches the internet — slow, noisy
  • Burns 5,000+ tokens per architecture query
  • May hallucinate design guidance
  • Generic answers — no Azure patterns
🌳

With FrootAI MCP

  • Queries curated 664KB knowledge base
  • 90% less token burn
  • Zero hallucination — grounded in verified docs
  • Azure-specific best practices & patterns

Connect to Your Client

💬
Claude Desktop
claude_desktop_config.json
{"mcpServers":{"frootai":{"command":"npx","args":["frootai-mcp"]}}}
💻
VS Code / Copilot
.vscode/mcp.json
{"servers":{"frootai":{"command":"npx","args":["frootai-mcp"]}}}
☁️
Azure MS Foundry
Agent → Tools → Add MCP
Point to npx frootai-mcp
Cursor / Windsurf
MCP settings
{"mcpServers":{"frootai":{"command":"npx","args":["frootai-mcp"]}}}
🤖
Copilot Studio
Copilot Studio tools
Add MCP connector
💎
Gemini / Codex
MCP config
{"mcpServers":{"frootai":{"command":"npx","args":["frootai-mcp"]}}}

Tools Agent Receives

6 static (bundled) + 4 live (network) + 3 agent chain (Build → Review → Tune)

📋
list_modules
Browse 18 modules by FROOT layer
📖
get_module
Read any module content (F1–T3)
🔍
lookup_term
200+ AI/ML term definitions
🔎
search_knowledge
Full-text search all modules
🏗️
get_architecture_pattern
7 pre-built decision guides
🌳
get_froot_overview
Complete FROOT framework summary

🔔 Live Tools (v2 — network-enabled)

☁️
fetch_azure_docs
Search Microsoft Learn for Azure docs
Falls back to static if offline
🔌
fetch_external_mcp
Find MCP servers from registries
Falls back to static if offline
🎯
list_community_plays
List 20 solution plays from GitHub
Falls back to static if offline
🧠
get_github_agentic_os
.github 7 primitives guide
Falls back to static if offline

⚡ Agent Chain Tools (Build → Review → Tune)

🛠️
agent_build
🛠️ Builder — architecture guidance, suggests review
Just talk in chat — auto-chains
🔍
agent_review
🔍 Reviewer — security + quality checklist, suggests tune
Just talk in chat — auto-chains
🎛️
agent_tune
🎛️ Tuner — production readiness verdict
Just talk in chat — auto-chains

🧠 AI Ecosystem Tools NEW in v2.2

Real-time AI decision tools — model catalog, cost estimation, and comparison engine.

📋
get_model_catalog
📋 Azure AI model catalog — pricing, capabilities, context windows, recommendations
Ask: "Which model should I use for RAG?"
💰
get_azure_pricing
💰 Monthly cost estimates for RAG, agent, batch, realtime scenarios (dev/staging/prod)
Ask: "Which model should I use for RAG?"
🔄
compare_models
🔄 Side-by-side model comparison — recommend best model for your use case + priority
Ask: "Which model should I use for RAG?"
📖 Full Setup Guide🔗 Back to Ecosystem🌳 Back to FrootAI