iiRecord
Agentic AI Atlas · Gmail MCP Server
tool-server:mcp-gmaila5c.ai
II.
ToolServer JSON

tool-server:mcp-gmail

Structured · live

Gmail MCP Server json

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

File · extensions/tool-servers/mcp-communication.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-gmail",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-communication.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Gmail MCP Server",
    "description": "MCP server providing access to Gmail.\nEnables AI agents to search threads, read messages, create drafts,\nmanage labels, and organize email workflows.\n",
    "protocol": "mcp",
    "category": "communication",
    "repoUrl": "https://github.com/anthropics/anthropic-quickstarts/tree/main/mcp-servers/gmail",
    "maintainer": "Community",
    "mcpTransports": [
      "mcp-transport:stdio"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-gmail",
      "to": "stack-part:email-delivery",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-gmail",
      "to": "domain:operations",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}