Togello MCP Server
Togello MCP 서버
Togello MCP 서버는 Model Context Protocol을 통해 Togello 작업, 카테고리, 캘린더 메모, Google 캘린더 이벤트, 활동 항목 및 활동 로그를 노출합니다.
요구 사항
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/ssepassthrough 인증은 각 원격 클라이언트 요청이 자체 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 buildMCP 검토
인증됨 https://mcpreview.com/mcp-servers/toru-takagi/togello-mcp-server
게시
npm run build
npm version patch
npm publish --access publicThis server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityDmaintenanceProvides AI assistants with a standardized interface to interact with the Todo for AI task management system. It enables users to retrieve project tasks, create new entries, and submit completion feedback through natural language.65Apache 2.0
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to manage Todocko application data, including tasks, projects, worklogs, and attachments. It supports comprehensive project management operations such as tracking activity, managing Kanban boards, and handling shared project synchronization.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to interact with the Toggl time tracking API to manage time entries, projects, and workspaces through natural language.22MIT
- FlicenseCqualityDmaintenanceEnables managing todo lists and tasks through natural language, supporting creation, status changes, and deletion.7
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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