AgentHubAgentHub

thrd

MCP ServerMCP Registry官方收录

io.github.SergioRico1/thrd · v0.1.5

Thrd MCP: agent email tools for events/threads, safe send/reply, usage, trust and security.

概览

thrd 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "thrd": {
      "command": "node",
      "args": [
        "-y",
        "thrd-mcp"
      ],
      "env": {
        "THRD_API_KEY": "<THRD_API_KEY>"
      }
    }
  }
}

环境变量

THRD_API_KEY必填secret

Thrd agent API key (Bearer token).

THRD_API_BASE_URL可选

Thrd API base URL.

相关资源

统一 Manifest

{
  "id": "io.github.SergioRico1/thrd",
  "type": "mcp-server",
  "version": "0.1.5",
  "displayName": "thrd",
  "description": "Thrd MCP: agent email tools for events/threads, safe send/reply, usage, trust and security.",
  "repository": {
    "url": "https://github.com/SergioRico1/thrd",
    "source": "github",
    "subfolder": "apps/mcp"
  },
  "homepage": "https://thrd.email",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "thrd-mcp",
        "version": "0.1.5",
        "runtimeHint": "node",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "THRD_API_KEY",
            "description": "Thrd agent API key (Bearer token).",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "THRD_API_BASE_URL",
            "description": "Thrd API base URL."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.SergioRico1/thrd",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.SergioRico1%2Fthrd/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
thrd — MCP Server 安装与配置 · AgentHub