{
  "schemaVersion": "2026-05-18.1",
  "updatedAt": "2026-05-18",
  "entities": [
    {
      "type": "agent-framework",
      "slug": "autogen",
      "name": "AutoGen",
      "category": "agent-framework",
      "summary": "Microsoft open-source framework for multi-agent conversation patterns, agent teams, and collaborative task solving.",
      "capabilities": [
        "multi-agent-workflow",
        "workflow-orchestration",
        "tool-calling",
        "evaluation"
      ],
      "officialUrl": "https://microsoft.github.io/autogen/stable/",
      "githubUrl": "https://github.com/microsoft/autogen",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "AutoGen documentation and Microsoft Research material position it around multi-agent systems and conversable agents.",
      "sources": [
        {
          "name": "AutoGen stable docs",
          "url": "https://microsoft.github.io/autogen/stable/",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Official stable documentation for AutoGen."
        },
        {
          "name": "AutoGen GitHub",
          "url": "https://github.com/microsoft/autogen",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public repository for Microsoft AutoGen."
        }
      ],
      "bestFor": [
        "multi-agent-workflow",
        "research-agent",
        "agent-team-prototyping"
      ],
      "notIdealFor": [
        "static-directory-only"
      ],
      "languageSupport": [
        "Python",
        ".NET"
      ],
      "deploymentTargets": [
        "server",
        "container",
        "workflow-runtime"
      ]
    },
    {
      "type": "agent-framework",
      "slug": "cloudflare-agents-sdk",
      "name": "Cloudflare Agents SDK",
      "category": "agent-framework",
      "summary": "Cloudflare framework for building and deploying stateful AI agents on Workers and Durable Objects.",
      "capabilities": [
        "edge-runtime",
        "durable-object-runtime",
        "tool-calling",
        "deployment"
      ],
      "officialUrl": "https://developers.cloudflare.com/agents/",
      "githubUrl": "https://github.com/cloudflare/agents",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "Cloudflare Agents documentation and repository describe building and deploying agents on Cloudflare runtime primitives.",
      "sources": [
        {
          "name": "Cloudflare Agents docs",
          "url": "https://developers.cloudflare.com/agents/",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Official Cloudflare documentation for Agents."
        },
        {
          "name": "Cloudflare Agents GitHub",
          "url": "https://github.com/cloudflare/agents",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public repository for Cloudflare Agents."
        }
      ],
      "bestFor": [
        "edge-agent-workflow",
        "production-agent-orchestration",
        "browser-automation-agent"
      ],
      "notIdealFor": [
        "local-only-desktop-agent"
      ],
      "languageSupport": [
        "TypeScript",
        "JavaScript"
      ],
      "deploymentTargets": [
        "edge",
        "serverless",
        "workflow-runtime"
      ]
    },
    {
      "type": "agent-framework",
      "slug": "coze",
      "name": "Coze",
      "category": "agent-framework",
      "summary": "AI bot development platform by ByteDance with visual workflow builder, plugin ecosystem, and multi-model orchestration.",
      "seoTitle": "Coze AI Bot Platform",
      "seoDescription": "Coze by ByteDance is a visual AI bot development platform with workflow builder, plugin ecosystem, and multi-model orchestration for enterprise agent workflows.",
      "capabilities": [
        "workflow-orchestration",
        "multi-agent-workflow",
        "tool-use",
        "retrieval-context"
      ],
      "officialUrl": "https://www.coze.com/",
      "githubUrl": null,
      "updatedAt": "2026-09-15",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "Coze provides a visual bot development platform with multi-model support, plugin marketplace, and knowledge-base features.",
      "sources": [
        {
          "name": "Coze official website",
          "url": "https://www.coze.com/",
          "type": "official",
          "lastVerified": "2026-09-15",
          "citation": "Official Coze product page for AI bot development."
        },
        {
          "name": "Coze documentation",
          "url": "https://www.coze.com/docs/",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Official documentation for the Coze platform."
        }
      ],
      "bestFor": [
        "enterprise-agent-workflow",
        "rag-workflow",
        "research-agent"
      ],
      "notIdealFor": [
        "low-latency-local-agent"
      ],
      "languageSupport": [
        "Python"
      ],
      "deploymentTargets": [
        "cloud"
      ]
    },
    {
      "type": "agent-framework",
      "slug": "crewai",
      "name": "CrewAI",
      "category": "agent-framework",
      "summary": "Multi-agent automation framework for coordinating role-based agents, tasks, tools, and workflows.",
      "capabilities": [
        "tool-calling",
        "multi-agent-workflow",
        "workflow-automation"
      ],
      "officialUrl": "https://docs.crewai.com/",
      "githubUrl": "https://github.com/crewAIInc/crewAI",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "CrewAI documentation presents agents, tasks, tools, and crews as core primitives for multi-agent automation.",
      "sources": [
        {
          "name": "CrewAI docs",
          "url": "https://docs.crewai.com/",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Official CrewAI documentation for agents, tasks, tools, and workflows."
        },
        {
          "name": "CrewAI GitHub",
          "url": "https://github.com/crewAIInc/crewAI",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public repository for CrewAI."
        }
      ],
      "bestFor": [
        "multi-agent-workflow",
        "workflow-automation",
        "team-style-agent"
      ],
      "notIdealFor": [
        "minimal-single-agent-runtime"
      ],
      "languageSupport": [
        "Python"
      ],
      "deploymentTargets": [
        "server",
        "container"
      ]
    },
    {
      "type": "agent-framework",
      "slug": "dify",
      "name": "Dify",
      "category": "agent-framework",
      "summary": "Open-source LLM application development platform with visual workflow builder, RAG pipeline, and multi-model support.",
      "capabilities": [
        "workflow-orchestration",
        "retrieval-context",
        "tool-use",
        "multi-agent-workflow"
      ],
      "officialUrl": "https://dify.ai/",
      "githubUrl": "https://github.com/langgenius/dify",
      "updatedAt": "2026-09-15",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "Dify documentation describes an open-source LLM app development platform with visual workflow builder and RAG pipeline.",
      "sources": [
        {
          "name": "Dify official website",
          "url": "https://dify.ai/",
          "type": "official",
          "lastVerified": "2026-09-15",
          "citation": "Official Dify product and documentation page."
        },
        {
          "name": "Dify GitHub",
          "url": "https://github.com/langgenius/dify",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public repository for the Dify platform."
        }
      ],
      "bestFor": [
        "rag-workflow",
        "enterprise-agent-workflow",
        "data-analysis-agent"
      ],
      "notIdealFor": [
        "low-latency-edge-agent"
      ],
      "languageSupport": [
        "Python",
        "TypeScript"
      ],
      "deploymentTargets": [
        "server",
        "container",
        "cloud"
      ]
    },
    {
      "type": "agent-framework",
      "slug": "google-adk",
      "name": "Google Agent Development Kit",
      "category": "agent-framework",
      "summary": "Open-source framework for building, evaluating, and deploying AI agents with multi-agent workflow support.",
      "capabilities": [
        "tool-calling",
        "evaluation",
        "deployment"
      ],
      "officialUrl": "https://adk.withgoogle.com/",
      "githubUrl": "https://github.com/google/adk-python",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "Google ADK documentation positions ADK as an open-source framework for building, evaluating, and deploying agents.",
      "sources": [
        {
          "name": "Google ADK docs",
          "url": "https://adk.withgoogle.com/",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Official documentation for Google Agent Development Kit."
        },
        {
          "name": "Google ADK GitHub",
          "url": "https://github.com/google/adk-python",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public repository for the Google ADK Python implementation."
        }
      ],
      "bestFor": [
        "production-agent-orchestration",
        "multi-agent-workflow",
        "deployment"
      ],
      "notIdealFor": [
        "static-directory-only"
      ],
      "languageSupport": [
        "Python"
      ],
      "deploymentTargets": [
        "server",
        "container",
        "workflow-runtime"
      ]
    },
    {
      "type": "agent-framework",
      "slug": "haystack",
      "name": "Haystack",
      "category": "agent-framework",
      "summary": "Open-source AI orchestration framework for pipelines, agents, retrieval, tools, and production RAG applications.",
      "capabilities": [
        "retrieval-context",
        "workflow-orchestration",
        "tool-calling",
        "evaluation"
      ],
      "officialUrl": "https://docs.haystack.deepset.ai/docs/intro",
      "githubUrl": "https://github.com/deepset-ai/haystack",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "Haystack documentation describes components, pipelines, agents, tools, and integrations for production AI applications.",
      "sources": [
        {
          "name": "Haystack docs",
          "url": "https://docs.haystack.deepset.ai/docs/intro",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Official documentation for Haystack components, pipelines, agents, and tools."
        },
        {
          "name": "Haystack GitHub",
          "url": "https://github.com/deepset-ai/haystack",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public repository for the Haystack framework."
        }
      ],
      "bestFor": [
        "rag-workflow",
        "production-agent-orchestration",
        "data-analysis-agent"
      ],
      "notIdealFor": [
        "tiny-single-prompt-agent"
      ],
      "languageSupport": [
        "Python"
      ],
      "deploymentTargets": [
        "server",
        "container",
        "workflow-runtime"
      ]
    },
    {
      "type": "agent-framework",
      "slug": "langchain-langgraph",
      "name": "LangChain / LangGraph",
      "category": "agent-framework",
      "summary": "Agent and graph runtime ecosystem for building tool-using, stateful, and observable LLM applications.",
      "capabilities": [
        "tool-calling",
        "graph-runtime",
        "tracing",
        "evaluation"
      ],
      "officialUrl": "https://docs.langchain.com/",
      "githubUrl": "https://github.com/langchain-ai/langchain",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "LangChain documentation positions agents around model, tools, graph runtime, tracing, and evaluation workflows.",
      "sources": [
        {
          "name": "LangChain docs",
          "url": "https://docs.langchain.com/",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Official documentation for LangChain and related agent workflows."
        },
        {
          "name": "LangChain GitHub",
          "url": "https://github.com/langchain-ai/langchain",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public repository for LangChain packages."
        }
      ],
      "bestFor": [
        "graph-agent-workflow",
        "rag-workflow",
        "coding-agent"
      ],
      "notIdealFor": [
        "minimal-single-tool-agent"
      ],
      "languageSupport": [
        "Python",
        "JavaScript"
      ],
      "deploymentTargets": [
        "server",
        "container",
        "workflow-runtime"
      ]
    },
    {
      "type": "agent-framework",
      "slug": "llamaindex",
      "name": "LlamaIndex",
      "category": "agent-framework",
      "summary": "Data-oriented agent and workflow framework for building LLM agents over private data, tools, retrieval, and workflows.",
      "capabilities": [
        "tool-calling",
        "retrieval-context",
        "workflow-orchestration",
        "multi-agent-workflow"
      ],
      "officialUrl": "https://docs.llamaindex.ai/",
      "githubUrl": "https://github.com/run-llama/llama_index",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "LlamaIndex documentation describes agents, workflows, tools, and data-connected agent patterns.",
      "sources": [
        {
          "name": "LlamaIndex docs",
          "url": "https://docs.llamaindex.ai/",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Official documentation for LlamaIndex agents and workflows."
        },
        {
          "name": "LlamaIndex GitHub",
          "url": "https://github.com/run-llama/llama_index",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public repository for the LlamaIndex framework."
        }
      ],
      "bestFor": [
        "rag-workflow",
        "data-analysis-agent",
        "research-agent"
      ],
      "notIdealFor": [
        "minimal-static-directory"
      ],
      "languageSupport": [
        "Python",
        "TypeScript"
      ],
      "deploymentTargets": [
        "server",
        "container",
        "workflow-runtime"
      ]
    },
    {
      "type": "agent-framework",
      "slug": "mastra",
      "name": "Mastra",
      "category": "agent-framework",
      "summary": "TypeScript agent framework for building AI applications with agents, tools, workflows, and application integrations.",
      "capabilities": [
        "tool-calling",
        "workflow-orchestration",
        "streaming-ui",
        "documentation-context"
      ],
      "officialUrl": "https://mastra.ai/",
      "githubUrl": "https://github.com/mastra-ai/mastra",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "Mastra documentation and repository describe a TypeScript framework for AI-powered applications and agents.",
      "sources": [
        {
          "name": "Mastra website",
          "url": "https://mastra.ai/",
          "type": "official",
          "lastVerified": "2026-09-15",
          "citation": "Official Mastra product and documentation entry point."
        },
        {
          "name": "Mastra GitHub",
          "url": "https://github.com/mastra-ai/mastra",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public repository for Mastra."
        }
      ],
      "bestFor": [
        "frontend-agent-ui",
        "workflow-automation",
        "coding-agent"
      ],
      "notIdealFor": [
        "python-only-agent-stack"
      ],
      "languageSupport": [
        "TypeScript"
      ],
      "deploymentTargets": [
        "server",
        "serverless",
        "container"
      ]
    },
    {
      "type": "agent-framework",
      "slug": "microsoft-agent-framework",
      "name": "Microsoft Agent Framework",
      "category": "agent-framework",
      "summary": "Microsoft framework for building, orchestrating, and deploying agents and multi-agent workflows across Python and .NET.",
      "capabilities": [
        "tool-calling",
        "multi-agent-workflow",
        "workflow-orchestration",
        "deployment"
      ],
      "officialUrl": "https://learn.microsoft.com/en-us/agent-framework/",
      "githubUrl": "https://github.com/microsoft/agent-framework",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "Microsoft Learn and the public repository describe Agent Framework as a framework for agent orchestration and multi-agent workflows.",
      "sources": [
        {
          "name": "Microsoft Agent Framework docs",
          "url": "https://learn.microsoft.com/en-us/agent-framework/",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Official Microsoft Learn documentation for Agent Framework."
        },
        {
          "name": "Microsoft Agent Framework GitHub",
          "url": "https://github.com/microsoft/agent-framework",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public repository for Microsoft Agent Framework."
        }
      ],
      "bestFor": [
        "production-agent-orchestration",
        "multi-agent-workflow",
        "enterprise-agent-workflow"
      ],
      "notIdealFor": [
        "minimal-single-tool-agent"
      ],
      "languageSupport": [
        "Python",
        ".NET"
      ],
      "deploymentTargets": [
        "server",
        "container",
        "workflow-runtime"
      ]
    },
    {
      "type": "agent-framework",
      "slug": "openai-agents-sdk",
      "name": "OpenAI Agents SDK",
      "category": "agent-framework",
      "summary": "Framework for building agents with tools, handoffs, guardrails, tracing, and model orchestration.",
      "capabilities": [
        "tool-calling",
        "handoffs",
        "tracing",
        "guardrails"
      ],
      "officialUrl": "https://openai.github.io/openai-agents-python/",
      "githubUrl": "https://github.com/openai/openai-agents-python",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "OpenAI documentation describes agents, tools, handoffs, guardrails, and tracing as core SDK concepts.",
      "sources": [
        {
          "name": "OpenAI Agents SDK docs",
          "url": "https://openai.github.io/openai-agents-python/",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Documents the SDK concepts used for agent orchestration."
        },
        {
          "name": "OpenAI Agents SDK GitHub",
          "url": "https://github.com/openai/openai-agents-python",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public repository for the Python SDK implementation."
        }
      ],
      "bestFor": [
        "production-agent-orchestration",
        "coding-agent",
        "tool-using-agent"
      ],
      "notIdealFor": [
        "static-directory-only"
      ],
      "languageSupport": [
        "Python"
      ],
      "deploymentTargets": [
        "server",
        "container",
        "workflow-runtime"
      ]
    },
    {
      "type": "agent-framework",
      "slug": "pydantic-ai",
      "name": "Pydantic AI",
      "category": "agent-framework",
      "summary": "Python agent framework from the Pydantic team focused on type-safe agent development and structured outputs.",
      "capabilities": [
        "tool-calling",
        "structured-output",
        "evaluation"
      ],
      "officialUrl": "https://ai.pydantic.dev/",
      "githubUrl": "https://github.com/pydantic/pydantic-ai",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "Pydantic AI documentation describes a Python agent framework designed around Pydantic-style type safety.",
      "sources": [
        {
          "name": "Pydantic AI docs",
          "url": "https://ai.pydantic.dev/",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Official documentation for Pydantic AI."
        },
        {
          "name": "Pydantic AI GitHub",
          "url": "https://github.com/pydantic/pydantic-ai",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public repository for Pydantic AI."
        }
      ],
      "bestFor": [
        "structured-output-agent",
        "python-agent",
        "typed-agent-workflow"
      ],
      "notIdealFor": [
        "visual-agent-builder"
      ],
      "languageSupport": [
        "Python"
      ],
      "deploymentTargets": [
        "server",
        "container"
      ]
    },
    {
      "type": "agent-framework",
      "slug": "semantic-kernel",
      "name": "Semantic Kernel",
      "category": "agent-framework",
      "summary": "Microsoft SDK for integrating AI orchestration, plugins, agents, and enterprise application workflows.",
      "capabilities": [
        "tool-calling",
        "workflow-orchestration",
        "enterprise-agent-workflow",
        "multi-agent-workflow"
      ],
      "officialUrl": "https://learn.microsoft.com/en-us/semantic-kernel/",
      "githubUrl": "https://github.com/microsoft/semantic-kernel",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "Microsoft Learn and the Semantic Kernel repository describe AI orchestration, plugins, and agent-oriented application integration.",
      "sources": [
        {
          "name": "Semantic Kernel docs",
          "url": "https://learn.microsoft.com/en-us/semantic-kernel/",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Official Microsoft Learn documentation for Semantic Kernel."
        },
        {
          "name": "Semantic Kernel GitHub",
          "url": "https://github.com/microsoft/semantic-kernel",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public repository for Microsoft Semantic Kernel."
        }
      ],
      "bestFor": [
        "enterprise-agent-workflow",
        "production-agent-orchestration",
        "multi-agent-workflow"
      ],
      "notIdealFor": [
        "static-directory-only"
      ],
      "languageSupport": [
        "C#",
        "Python",
        "Java"
      ],
      "deploymentTargets": [
        "server",
        "container",
        "workflow-runtime"
      ]
    },
    {
      "type": "agent-framework",
      "slug": "vercel-ai-sdk",
      "name": "Vercel AI SDK",
      "category": "agent-framework",
      "summary": "TypeScript toolkit for building AI-powered applications, streaming interfaces, tools, and agent-like workflows.",
      "capabilities": [
        "streaming-ui",
        "tool-calling",
        "ai-gateway",
        "workflow-orchestration"
      ],
      "officialUrl": "https://ai-sdk.dev/docs",
      "githubUrl": "https://github.com/vercel/ai",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "Vercel AI SDK documentation and repository describe a TypeScript toolkit for AI applications, tools, and streaming UI workflows.",
      "sources": [
        {
          "name": "Vercel AI SDK docs",
          "url": "https://ai-sdk.dev/docs",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Official documentation for the Vercel AI SDK."
        },
        {
          "name": "Vercel AI SDK GitHub",
          "url": "https://github.com/vercel/ai",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public repository for the Vercel AI SDK."
        }
      ],
      "bestFor": [
        "frontend-agent-ui",
        "coding-agent",
        "browser-automation-agent"
      ],
      "notIdealFor": [
        "deep-multi-agent-research"
      ],
      "languageSupport": [
        "TypeScript",
        "JavaScript"
      ],
      "deploymentTargets": [
        "server",
        "edge",
        "serverless"
      ]
    },
    {
      "type": "mcp-server",
      "slug": "brave-mcp-server",
      "name": "Brave Search MCP Server",
      "category": "mcp-server",
      "summary": "MCP server for web search and content discovery via Brave Search API, providing real-time results to agents.",
      "capabilities": [
        "tool-use",
        "retrieval-context",
        "research-context"
      ],
      "officialUrl": "https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search",
      "githubUrl": "https://github.com/modelcontextprotocol/servers",
      "updatedAt": "2026-09-15",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "The Brave Search MCP server is part of the Model Context Protocol reference servers and provides real-time web search to agent workflows.",
      "sources": [
        {
          "name": "Brave Search MCP README",
          "url": "https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Reference MCP server path for Brave Search integration."
        },
        {
          "name": "Model Context Protocol servers",
          "url": "https://github.com/modelcontextprotocol/servers",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Official repository for reference MCP servers."
        }
      ],
      "transport": [
        "http"
      ],
      "hostSupport": [
        "claude-desktop",
        "claude-code",
        "visual-studio-code",
        "cursor",
        "github-copilot"
      ],
      "exposed": [
        "tools"
      ],
      "riskLevel": "low"
    },
    {
      "type": "mcp-server",
      "slug": "cloudflare-mcp-server",
      "name": "Cloudflare MCP Server",
      "category": "mcp-server",
      "summary": "MCP server for connecting agent workflows to Cloudflare API and developer platform context.",
      "capabilities": [
        "edge-runtime",
        "deployment",
        "tool-use"
      ],
      "officialUrl": "https://github.com/cloudflare/mcp",
      "githubUrl": "https://github.com/cloudflare/mcp",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "Cloudflare MCP repository describes an MCP server for Cloudflare API access and developer platform operations.",
      "sources": [
        {
          "name": "Cloudflare MCP GitHub",
          "url": "https://github.com/cloudflare/mcp",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public Cloudflare repository for the MCP server."
        }
      ],
      "transport": [
        "http"
      ],
      "hostSupport": [
        "claude-code",
        "visual-studio-code",
        "cursor"
      ],
      "exposed": [
        "tools",
        "resources"
      ],
      "riskLevel": "high"
    },
    {
      "type": "mcp-server",
      "slug": "context7-mcp-server",
      "name": "Context7 MCP Server",
      "category": "mcp-server",
      "summary": "MCP server for retrieving current documentation and code examples for libraries and frameworks.",
      "capabilities": [
        "documentation-context",
        "retrieval-context",
        "tool-use"
      ],
      "officialUrl": "https://context7.com/docs",
      "githubUrl": "https://github.com/upstash/context7",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "Context7 documentation describes an MCP server that pulls up-to-date, version-specific documentation and code examples into prompts.",
      "sources": [
        {
          "name": "Context7 docs",
          "url": "https://context7.com/docs",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Official Context7 documentation for its MCP server."
        },
        {
          "name": "Context7 GitHub",
          "url": "https://github.com/upstash/context7",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public repository associated with Context7 MCP."
        }
      ],
      "transport": [
        "http"
      ],
      "hostSupport": [
        "cursor",
        "claude-code",
        "visual-studio-code",
        "codex"
      ],
      "exposed": [
        "tools",
        "resources"
      ],
      "riskLevel": "low"
    },
    {
      "type": "mcp-server",
      "slug": "filesystem-mcp-server",
      "name": "Filesystem MCP Server",
      "category": "mcp-server",
      "summary": "MCP server for controlled local filesystem access, including reading and writing files within configured directories.",
      "capabilities": [
        "filesystem-context",
        "repository-context",
        "tool-use"
      ],
      "officialUrl": "https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem",
      "githubUrl": "https://github.com/modelcontextprotocol/servers",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "The official MCP servers repository documents a filesystem server for local file operations with configured access paths.",
      "sources": [
        {
          "name": "Filesystem MCP Server README",
          "url": "https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Official README for the filesystem server in the Model Context Protocol servers repository."
        },
        {
          "name": "Model Context Protocol servers",
          "url": "https://github.com/modelcontextprotocol/servers",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Official repository for reference MCP servers."
        }
      ],
      "transport": [
        "stdio"
      ],
      "hostSupport": [
        "claude-desktop",
        "visual-studio-code",
        "codex",
        "cursor"
      ],
      "exposed": [
        "tools"
      ],
      "riskLevel": "high"
    },
    {
      "type": "mcp-server",
      "slug": "github-mcp-server",
      "name": "GitHub MCP Server",
      "category": "mcp-server",
      "summary": "MCP server entry for GitHub repository, issue, pull request, and coding workflow context.",
      "capabilities": [
        "repository-context",
        "issue-triage",
        "pull-request-context"
      ],
      "officialUrl": "https://docs.github.com/en/copilot/concepts/context/mcp",
      "githubUrl": "https://github.com/github/github-mcp-server",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "GitHub documentation describes MCP as a way to provide external context to Copilot and related coding workflows.",
      "sources": [
        {
          "name": "GitHub Copilot MCP docs",
          "url": "https://docs.github.com/en/copilot/concepts/context/mcp",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Official GitHub documentation for MCP context concepts."
        },
        {
          "name": "GitHub MCP Server repository",
          "url": "https://github.com/github/github-mcp-server",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public repository for GitHub's MCP server implementation."
        }
      ],
      "transport": [
        "stdio",
        "http"
      ],
      "hostSupport": [
        "github-copilot",
        "codex",
        "cursor"
      ],
      "exposed": [
        "tools",
        "resources"
      ],
      "riskLevel": "medium"
    },
    {
      "type": "mcp-server",
      "slug": "huggingface-mcp-server",
      "name": "Hugging Face MCP Server",
      "category": "mcp-server",
      "summary": "MCP server entry for Hugging Face Hub model, dataset, and agent integration workflows.",
      "capabilities": [
        "model-hub-context",
        "dataset-context",
        "agent-integration"
      ],
      "officialUrl": "https://huggingface.co/docs/hub/agents-mcp",
      "githubUrl": "https://github.com/huggingface",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "Hugging Face documentation describes MCP server support for agent integration with Hub resources.",
      "sources": [
        {
          "name": "Hugging Face MCP docs",
          "url": "https://huggingface.co/docs/hub/agents-mcp",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Official documentation for Hugging Face agent and MCP integration."
        },
        {
          "name": "Hugging Face GitHub",
          "url": "https://github.com/huggingface",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public organization for Hugging Face open source projects."
        }
      ],
      "transport": [
        "http",
        "streamable_http"
      ],
      "hostSupport": [
        "codex",
        "cursor",
        "local-cli"
      ],
      "exposed": [
        "tools",
        "resources"
      ],
      "riskLevel": "medium"
    },
    {
      "type": "mcp-server",
      "slug": "notion-mcp-server",
      "name": "Notion MCP Server",
      "category": "mcp-server",
      "summary": "MCP server for querying and managing Notion workspaces including databases, pages, and search.",
      "capabilities": [
        "documentation-context",
        "tool-use",
        "dataset-context"
      ],
      "officialUrl": "https://github.com/notionhq/notion-mcp-server",
      "githubUrl": "https://github.com/notionhq/notion-mcp-server",
      "updatedAt": "2026-09-15",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "The Notion MCP server repository describes an MCP interface for accessing Notion workspaces, databases, and pages.",
      "sources": [
        {
          "name": "Notion MCP GitHub",
          "url": "https://github.com/notionhq/notion-mcp-server",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Official Notion repository for the MCP server implementation."
        }
      ],
      "transport": [
        "http"
      ],
      "hostSupport": [
        "claude-desktop",
        "claude-code",
        "visual-studio-code",
        "cursor",
        "github-copilot"
      ],
      "exposed": [
        "tools",
        "resources"
      ],
      "riskLevel": "medium"
    },
    {
      "type": "mcp-server",
      "slug": "playwright-mcp-server",
      "name": "Playwright MCP Server",
      "category": "mcp-server",
      "summary": "MCP server from Microsoft for browser automation and testing workflows backed by Playwright.",
      "capabilities": [
        "browser-automation",
        "testing-context",
        "tool-use"
      ],
      "officialUrl": "https://github.com/microsoft/playwright-mcp",
      "githubUrl": "https://github.com/microsoft/playwright-mcp",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "The Microsoft Playwright MCP repository describes an MCP server for browser automation and test workflows.",
      "sources": [
        {
          "name": "Playwright MCP GitHub",
          "url": "https://github.com/microsoft/playwright-mcp",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Official Microsoft repository for Playwright MCP."
        }
      ],
      "transport": [
        "stdio"
      ],
      "hostSupport": [
        "visual-studio-code",
        "github-copilot",
        "cursor",
        "codex"
      ],
      "exposed": [
        "tools"
      ],
      "riskLevel": "medium"
    },
    {
      "type": "mcp-server",
      "slug": "postgres-mcp-server",
      "name": "PostgreSQL MCP Server",
      "category": "mcp-server",
      "summary": "MCP server category for exposing PostgreSQL schema and query context to agent workflows.",
      "capabilities": [
        "database-context",
        "tool-use",
        "retrieval-context"
      ],
      "officialUrl": "https://github.com/modelcontextprotocol/servers/tree/main/src/postgres",
      "githubUrl": "https://github.com/modelcontextprotocol/servers",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "The Model Context Protocol reference servers repository includes a PostgreSQL server pattern for database context.",
      "sources": [
        {
          "name": "PostgreSQL MCP Server README",
          "url": "https://github.com/modelcontextprotocol/servers/tree/main/src/postgres",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Reference MCP server path for PostgreSQL context."
        },
        {
          "name": "Model Context Protocol servers",
          "url": "https://github.com/modelcontextprotocol/servers",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Official repository for reference MCP servers."
        }
      ],
      "transport": [
        "stdio"
      ],
      "hostSupport": [
        "claude-desktop",
        "claude-code",
        "visual-studio-code",
        "cursor"
      ],
      "exposed": [
        "tools",
        "resources"
      ],
      "riskLevel": "high"
    },
    {
      "type": "mcp-server",
      "slug": "sentry-mcp-server",
      "name": "Sentry MCP Server",
      "category": "mcp-server",
      "summary": "MCP server for exposing Sentry errors, issues, and observability context to coding assistants.",
      "capabilities": [
        "observability-context",
        "issue-triage",
        "tool-use"
      ],
      "officialUrl": "https://github.com/getsentry/sentry-mcp",
      "githubUrl": "https://github.com/getsentry/sentry-mcp",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "The Sentry MCP repository describes an MCP server for interacting with Sentry through LLM assistants.",
      "sources": [
        {
          "name": "Sentry MCP GitHub",
          "url": "https://github.com/getsentry/sentry-mcp",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public Sentry repository for the MCP server."
        }
      ],
      "transport": [
        "stdio",
        "http"
      ],
      "hostSupport": [
        "cursor",
        "claude-code",
        "visual-studio-code"
      ],
      "exposed": [
        "tools",
        "resources"
      ],
      "riskLevel": "medium"
    },
    {
      "type": "agent-host",
      "slug": "claude-code",
      "name": "Claude Code",
      "category": "agent-host",
      "summary": "Terminal coding agent host that can connect to external tools through MCP and project-level configuration.",
      "capabilities": [
        "coding-agent",
        "repository-context",
        "mcp-context"
      ],
      "officialUrl": "https://code.claude.com/docs/en/mcp",
      "githubUrl": null,
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "Claude Code documentation describes connecting Claude Code to tools through MCP.",
      "sources": [
        {
          "name": "Claude Code MCP docs",
          "url": "https://code.claude.com/docs/en/mcp",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Official Claude Code documentation for MCP configuration."
        }
      ],
      "hostType": "cli",
      "supportedTransports": [
        "stdio",
        "http"
      ]
    },
    {
      "type": "agent-host",
      "slug": "claude-desktop",
      "name": "Claude Desktop",
      "category": "agent-host",
      "summary": "Desktop host for Claude that can connect to local MCP servers and reviewed desktop extensions.",
      "capabilities": [
        "mcp-context",
        "tool-use",
        "local-agent-host"
      ],
      "officialUrl": "https://claude.ai/download",
      "githubUrl": null,
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "Anthropic help documentation describes local MCP server setup and desktop extensions for Claude Desktop.",
      "sources": [
        {
          "name": "Claude Desktop MCP help",
          "url": "https://support.claude.com/en/articles/10949351-getting-started-with-local-mcp-servers-on-claude-desktop",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Anthropic help article for local MCP servers on Claude Desktop."
        },
        {
          "name": "Claude Desktop download",
          "url": "https://claude.ai/download",
          "type": "official",
          "lastVerified": "2026-09-15",
          "citation": "Official Claude Desktop download page."
        }
      ],
      "hostType": "desktop",
      "supportedTransports": [
        "stdio"
      ]
    },
    {
      "type": "agent-host",
      "slug": "codex",
      "name": "Codex",
      "category": "agent-host",
      "summary": "Coding agent host that can consume structured project context, tools, and repository instructions.",
      "capabilities": [
        "coding-agent",
        "repository-context",
        "tool-use"
      ],
      "officialUrl": "https://openai.com/codex/",
      "githubUrl": null,
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "Codex is treated as a coding agent host for project context and tool-driven workflows.",
      "sources": [
        {
          "name": "OpenAI Codex page",
          "url": "https://openai.com/codex/",
          "type": "official",
          "lastVerified": "2026-09-15",
          "citation": "Official OpenAI product page for Codex."
        }
      ],
      "hostType": "cli",
      "supportedTransports": [
        "stdio",
        "http"
      ]
    },
    {
      "type": "agent-host",
      "slug": "cursor",
      "name": "Cursor",
      "category": "agent-host",
      "summary": "AI code editor and agent host environment with support for connecting tools and project context.",
      "capabilities": [
        "coding-agent",
        "repository-context",
        "mcp-context"
      ],
      "officialUrl": "https://docs.cursor.com/",
      "githubUrl": null,
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "Cursor documentation describes agent and MCP configuration surfaces for coding workflows.",
      "sources": [
        {
          "name": "Cursor docs",
          "url": "https://docs.cursor.com/",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Official Cursor documentation."
        }
      ],
      "hostType": "ide",
      "supportedTransports": [
        "stdio",
        "http"
      ]
    },
    {
      "type": "agent-host",
      "slug": "github-copilot",
      "name": "GitHub Copilot",
      "category": "agent-host",
      "summary": "Coding assistant and host environment for repository-aware development workflows.",
      "capabilities": [
        "coding-agent",
        "repository-context",
        "mcp-context"
      ],
      "officialUrl": "https://docs.github.com/en/copilot",
      "githubUrl": "https://github.com/github",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "GitHub Copilot documentation includes MCP context concepts for external tool and resource access.",
      "sources": [
        {
          "name": "GitHub Copilot docs",
          "url": "https://docs.github.com/en/copilot",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Official GitHub documentation for Copilot."
        },
        {
          "name": "GitHub organization",
          "url": "https://github.com/github",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public GitHub organization."
        }
      ],
      "hostType": "cloud",
      "supportedTransports": [
        "http",
        "stdio"
      ]
    },
    {
      "type": "agent-host",
      "slug": "visual-studio-code",
      "name": "Visual Studio Code",
      "category": "agent-host",
      "summary": "IDE host for GitHub Copilot and MCP server configuration in coding-agent workflows.",
      "capabilities": [
        "coding-agent",
        "repository-context",
        "mcp-context"
      ],
      "officialUrl": "https://code.visualstudio.com/docs/copilot/customization/mcp-servers",
      "githubUrl": "https://github.com/microsoft/vscode",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "VS Code documentation describes adding and managing MCP servers for Copilot-powered workflows.",
      "sources": [
        {
          "name": "VS Code MCP server docs",
          "url": "https://code.visualstudio.com/docs/copilot/customization/mcp-servers",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Official VS Code documentation for adding and managing MCP servers."
        },
        {
          "name": "VS Code GitHub",
          "url": "https://github.com/microsoft/vscode",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public repository for Visual Studio Code."
        }
      ],
      "hostType": "ide",
      "supportedTransports": [
        "stdio",
        "http"
      ]
    },
    {
      "type": "agent-host",
      "slug": "windsurf",
      "name": "Windsurf",
      "category": "agent-host",
      "summary": "AI-native IDE by Codeium with deep agent integration for code generation, refactoring, and contextual workflows.",
      "capabilities": [
        "coding-agent",
        "repository-context",
        "tool-use",
        "mcp-context"
      ],
      "officialUrl": "https://codeium.com/windsurf",
      "githubUrl": "https://github.com/Codeium/windsurf",
      "updatedAt": "2026-09-15",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "Windsurf by Codeium is documented as an AI-native IDE with MCP integration and agent-assisted development features.",
      "sources": [
        {
          "name": "Windsurf official site",
          "url": "https://codeium.com/windsurf",
          "type": "official",
          "lastVerified": "2026-09-15",
          "citation": "Official Windsurf product page by Codeium."
        },
        {
          "name": "Windsurf GitHub",
          "url": "https://github.com/Codeium/windsurf",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public repository for the Windsurf IDE."
        }
      ],
      "hostType": "ide",
      "supportedTransports": [
        "stdio",
        "http"
      ]
    },
    {
      "type": "agent-host",
      "slug": "zed",
      "name": "Zed",
      "category": "agent-host",
      "summary": "IDE host with AI features and MCP server integration for editor-based agent workflows.",
      "capabilities": [
        "coding-agent",
        "repository-context",
        "mcp-context"
      ],
      "officialUrl": "https://zed.dev/docs/ai/mcp",
      "githubUrl": "https://github.com/zed-industries/zed",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "Zed documentation describes Model Context Protocol integration and MCP server handling in the editor.",
      "sources": [
        {
          "name": "Zed MCP docs",
          "url": "https://zed.dev/docs/ai/mcp",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Official Zed documentation for MCP integration."
        },
        {
          "name": "Zed GitHub",
          "url": "https://github.com/zed-industries/zed",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public repository for the Zed editor."
        }
      ],
      "hostType": "ide",
      "supportedTransports": [
        "stdio",
        "http"
      ]
    },
    {
      "type": "agent-runtime",
      "slug": "browser-agent-runtime",
      "name": "Browser Agent Runtime",
      "category": "agent-runtime",
      "summary": "Browser-based execution environment for agent workflows, supporting sandboxed UI, local storage, and Web API orchestration.",
      "capabilities": [
        "sandbox",
        "local-execution",
        "streaming-ui",
        "local-agent-host"
      ],
      "officialUrl": "https://developer.chrome.com/docs/ai/",
      "githubUrl": null,
      "updatedAt": "2026-09-15",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "Browser runtime entry groups in-browser agent execution environments for sandboxed UI and local agent workflows.",
      "sources": [
        {
          "name": "Web AI platform documentation",
          "url": "https://developer.chrome.com/docs/ai/",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Chrome developer documentation for browser-based AI execution patterns."
        }
      ],
      "runtimeType": "local"
    },
    {
      "type": "agent-runtime",
      "slug": "edge-worker-runtime",
      "name": "Edge Worker Runtime",
      "category": "agent-runtime",
      "summary": "Edge compute runtime for deploying agent workflows near users with serverless isolation.",
      "capabilities": [
        "edge-runtime",
        "deployment",
        "scaling"
      ],
      "officialUrl": "https://developers.cloudflare.com/workers/",
      "githubUrl": "https://github.com/cloudflare/workers-sdk",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "Cloudflare Workers documentation describes serverless edge execution for application workloads.",
      "sources": [
        {
          "name": "Cloudflare Workers docs",
          "url": "https://developers.cloudflare.com/workers/",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Official documentation for Cloudflare Workers."
        },
        {
          "name": "Cloudflare Workers SDK GitHub",
          "url": "https://github.com/cloudflare/workers-sdk",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public repository for Cloudflare Workers tooling."
        }
      ],
      "runtimeType": "serverless"
    },
    {
      "type": "agent-runtime",
      "slug": "local-desktop-runtime",
      "name": "Local Desktop Runtime",
      "category": "agent-runtime",
      "summary": "Local machine runtime for desktop-hosted MCP servers, filesystem tools, browser automation, and IDE agent workflows.",
      "capabilities": [
        "local-execution",
        "filesystem-context",
        "browser-automation"
      ],
      "officialUrl": "https://modelcontextprotocol.io/docs/concepts/architecture",
      "githubUrl": "https://github.com/modelcontextprotocol",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "MCP architecture documentation describes host, client, and server roles that often run locally for desktop workflows.",
      "sources": [
        {
          "name": "MCP architecture docs",
          "url": "https://modelcontextprotocol.io/docs/concepts/architecture",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Official Model Context Protocol architecture documentation."
        },
        {
          "name": "Model Context Protocol GitHub",
          "url": "https://github.com/modelcontextprotocol",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public GitHub organization for Model Context Protocol projects."
        }
      ],
      "runtimeType": "local"
    },
    {
      "type": "agent-runtime",
      "slug": "serverless-container-runtime",
      "name": "Serverless / Container Runtime",
      "category": "agent-runtime",
      "summary": "Deployment target family for stateless agents, tool gateways, MCP servers, and isolated execution.",
      "capabilities": [
        "deployment",
        "sandbox",
        "scaling"
      ],
      "officialUrl": "https://developers.cloudflare.com/workers/",
      "githubUrl": null,
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "Runtime entry groups serverless and container targets for compatibility planning rather than naming a single vendor.",
      "sources": [
        {
          "name": "Cloudflare Workers docs",
          "url": "https://developers.cloudflare.com/workers/",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Official documentation for a representative serverless runtime."
        }
      ],
      "runtimeType": "serverless"
    },
    {
      "type": "agent-runtime",
      "slug": "workflow-orchestration-runtime",
      "name": "Workflow Orchestration Runtime",
      "category": "agent-runtime",
      "summary": "Runtime category for durable, multi-step agent workflows with retries, routing, and state transitions.",
      "capabilities": [
        "workflow-orchestration",
        "durable-object-runtime",
        "deployment"
      ],
      "officialUrl": "https://developers.cloudflare.com/workflows/",
      "githubUrl": "https://github.com/cloudflare/workers-sdk",
      "updatedAt": "2026-05-18",
      "lastVerified": "2026-09-15",
      "sourceFreshness": "recently_verified",
      "versionStatus": "current",
      "citation": "Workflow runtime documentation describes durable multi-step execution patterns for applications.",
      "sources": [
        {
          "name": "Cloudflare Workflows docs",
          "url": "https://developers.cloudflare.com/workflows/",
          "type": "docs",
          "lastVerified": "2026-09-15",
          "citation": "Official documentation for Cloudflare Workflows."
        },
        {
          "name": "Cloudflare Workers SDK GitHub",
          "url": "https://github.com/cloudflare/workers-sdk",
          "type": "github",
          "lastVerified": "2026-09-15",
          "citation": "Public repository for Cloudflare Workers and workflow tooling."
        }
      ],
      "runtimeType": "workflow"
    }
  ]
}