iiRecord
Agentic AI Atlas · AutoGen MCP Tools Extension
tool-server:mcp-autogen-toolsa5c.ai
II.
ToolServer JSON

tool-server:mcp-autogen-tools

Structured · live

AutoGen MCP Tools Extension json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/mcp-agent-frameworks.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-autogen-tools",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-agent-frameworks.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "AutoGen MCP Tools Extension",
    "description": "Official AutoGen extension (autogen_ext.tools.mcp) that integrates MCP servers\ninto AutoGen agents via McpWorkbench. Supports stdio, SSE, and Streamable HTTP\ntransports, allowing any MCP tool server to be used directly by AutoGen agents.\n",
    "protocol": "mcp",
    "category": "ai",
    "repoUrl": "https://github.com/richard-gyiko/autogen-ext-mcp",
    "maintainer": "Microsoft / Community",
    "mcpTransports": [
      "mcp-transport:stdio",
      "mcp-transport:streamable-http"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-autogen-tools",
      "to": "framework:autogen",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-autogen-tools",
      "to": "domain:ml-ai",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-autogen-tools",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}