iiRecord
Agentic AI Atlas · MCP Google Drive
tool-server:mcp-google-drivea5c.ai
II.
ToolServer JSON

tool-server:mcp-google-drive

Structured · live

MCP Google Drive json

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

File · extensions/tool-servers/extended-mcp-servers.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-google-drive",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/extended-mcp-servers.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "MCP Google Drive",
    "description": "MCP server providing access to Google Drive. Enables AI agents to search files and read document contents from Google Drive. Supports stdio transport.",
    "protocol": "mcp",
    "category": "productivity",
    "repoUrl": "https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive",
    "npmPackage": "@modelcontextprotocol/server-gdrive",
    "maintainer": "Anthropic",
    "mcpTransports": [
      "mcp-transport:stdio"
    ],
    "tools": [
      "tool-descriptor:gdrive.search",
      "tool-descriptor:gdrive.read-file"
    ],
    "sourceRef": "source-ref:mcp-servers-registry"
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-google-drive",
      "to": "tool-descriptor:gdrive.search",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-google-drive",
      "to": "tool-descriptor:gdrive.read-file",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-google-drive",
      "to": "extension-interface:orchestration",
      "kind": "implements",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-google-drive",
      "to": "capability:supports-mcp",
      "kind": "requires_capability",
      "attributes": {
        "level": "required"
      }
    },
    {
      "from": "tool-server:mcp-google-drive",
      "to": "source-ref:mcp-servers-registry",
      "kind": "sourced_from",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-google-drive",
      "to": "provider:google",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-google-drive",
      "to": "domain:knowledge-management",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-descriptor:gdrive.search",
      "to": "tool-server:mcp-google-drive",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:gdrive.read-file",
      "to": "tool-server:mcp-google-drive",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "scope-boundary:tool-server-mcp-google-drive.scope",
      "to": "tool-server:mcp-google-drive",
      "kind": "bounds_subject"
    }
  ]
}