Skip to main content
Glama

Togello MCP 服务器

Togello MCP 服务器通过模型上下文协议 (Model Context Protocol) 公开 Togello 任务、类别、日历备忘录、Google 日历事件、活动项和活动日志。

https://togello.com/sign

要求

  • Node.js 22 或更高版本

  • Togello API 令牌

Related MCP server: Todocko MCP Server

使用 npm 的本地 MCP

适用于通过 stdio 启动 MCP 服务器的桌面客户端和本地开发工具。

{
  "mcpServers": {
    "togello": {
      "command": "npx",
      "args": ["-y", "togello-mcp-server"],
      "env": {
        "TOGELLO_API_TOKEN": "replace_with_your_token"
      }
    }
  }
}

远程 MCP

远程模式在 /sse 公开 SSE 端点,并在 /message 公开消息端点。

TOGELLO_MCP_MODE=remote \
TOGELLO_MCP_AUTH_MODE=passthrough \
TOGELLO_MCP_HOST=0.0.0.0 \
TOGELLO_MCP_PORT=8081 \
npm start

将远程 MCP 客户端连接到:

https://your-domain.example/sse

passthrough 身份验证要求每个远程客户端请求发送其自己的 Togello API 令牌作为 Authorization: Bearer ... 请求头。请将此模式用于已发布的远程 MCP 服务器。

env 身份验证为每个远程客户端使用一个服务器端的 TOGELLO_API_TOKEN。它仅适用于受信任的本地或单用户部署。当绑定到非本地主机时,TOGELLO_MCP_AUTH_MODE=env 还需要 TOGELLO_MCP_ALLOW_ENV_AUTH=true,以防止公共部署意外启用共享令牌身份验证。

ChatGPT 开发者模式可以添加使用 SSE 的远程 MCP 服务器。对于生产环境的 ChatGPT 应用或连接器,请使用 passthrough 身份验证,或在将请求转发给 Togello 之前分别对每个用户进行身份验证的部署方式。

工具

只读工具包含 MCP readOnlyHint 注释,并在 structuredContent 和文本内容中返回稳定的 JSON。

  • get-tasks-list:检索未完成的 TODO 任务。可选的 categoryUUIDs 可按类别 UUID 进行过滤。

  • get-calendar-date-memo:检索指定 YYYY-MM-DD 日期的日历备忘录。

  • get-todo-category-list:检索 TODO 类别。

  • get-today-calendar:检索关联的 Google 日历事件和计划任务。

  • get-activity-item-list:检索已启用的活动项。

  • get-activity-log-list:检索活动日志。

  • get-japan-current-time:返回日本当前时间。

写入工具返回 JSON。失败的工具响应也会返回 JSON 并标记为 isError: true

  • create-task:创建 TODO 任务。

  • update-task:更新 TODO 任务。

  • update-calendar-date-memo:更新或清除日历日期备忘录。

  • start-activity-log:开始活动日志记录。

  • complete-activity-log:完成活动日志记录。

开发

npm install
npm run build

MCP 审查

已认证 https://mcpreview.com/mcp-servers/toru-takagi/togello-mcp-server

发布

npm run build
npm version patch
npm publish --access public
A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Manage projects, tasks, time tracking, and team collaboration through natural language.

  • Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.

  • Manage your MakeMeBetter AI tasks, habits, and goals from your AI assistant.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Toru-Takagi/togello-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server