Togello MCP Server
Togello MCP-Server
Der Togello MCP-Server stellt Togello-Aufgaben, Kategorien, Kalendernotizen, Google Kalender-Ereignisse, Aktivitätselemente und Aktivitätsprotokolle über das Model Context Protocol bereit.
Anforderungen
Node.js 22 oder neuer
Ein Togello API-Token
Related MCP server: Todocko MCP Server
Lokales MCP mit npm
Verwenden Sie dies für Desktop-Clients und lokale Entwicklertools, die MCP-Server über stdio starten.
{
"mcpServers": {
"togello": {
"command": "npx",
"args": ["-y", "togello-mcp-server"],
"env": {
"TOGELLO_API_TOKEN": "replace_with_your_token"
}
}
}
}Remote-MCP
Der Remote-Modus stellt einen SSE-Endpunkt unter /sse und einen Nachrichten-Endpunkt unter /message bereit.
TOGELLO_MCP_MODE=remote \
TOGELLO_MCP_AUTH_MODE=passthrough \
TOGELLO_MCP_HOST=0.0.0.0 \
TOGELLO_MCP_PORT=8081 \
npm startVerbinden Sie Remote-MCP-Clients mit:
https://your-domain.example/sseDie passthrough-Authentifizierung erwartet, dass jede Remote-Client-Anfrage ihr eigenes Togello API-Token als Authorization: Bearer ...-Header sendet. Verwenden Sie diesen Modus für veröffentlichte Remote-MCP-Server.
Die env-Authentifizierung verwendet ein serverseitiges TOGELLO_API_TOKEN für jeden Remote-Client. Sie ist nur für vertrauenswürdige lokale oder Einzelbenutzer-Bereitstellungen gedacht. Bei der Bindung an einen nicht-lokalen Host erfordert TOGELLO_MCP_AUTH_MODE=env zusätzlich TOGELLO_MCP_ALLOW_ENV_AUTH=true, damit öffentliche Bereitstellungen nicht versehentlich eine Authentifizierung mit gemeinsam genutztem Token aktivieren können.
Der ChatGPT-Entwicklermodus kann Remote-MCP-Server hinzufügen, die SSE verwenden. Für produktive ChatGPT-Apps oder Konnektoren verwenden Sie die passthrough-Authentifizierung oder eine Bereitstellung, die jeden Benutzer separat authentifiziert, bevor Anfragen an Togello weitergeleitet werden.
Tools
Schreibgeschützte Tools enthalten MCP-readOnlyHint-Anmerkungen und geben stabiles JSON sowohl in structuredContent als auch im Textinhalt zurück.
get-tasks-list: Ruft unvollständige TODO-Aufgaben ab. OptionalecategoryUUIDsfiltern nach Kategorie-UUID.get-calendar-date-memo: Ruft eine Kalendernotiz für einYYYY-MM-DD-Datum ab.get-todo-category-list: Ruft TODO-Kategorien ab.get-today-calendar: Ruft verknüpfte Google Kalender-Ereignisse und geplante Aufgaben ab.get-activity-item-list: Ruft aktivierte Aktivitätselemente ab.get-activity-log-list: Ruft Aktivitätsprotokolle ab.get-japan-current-time: Gibt die aktuelle Uhrzeit in Japan zurück.
Schreib-Tools geben JSON zurück. Fehlgeschlagene Tool-Antworten geben ebenfalls JSON zurück und sind mit isError: true gekennzeichnet.
create-task: Erstellt eine TODO-Aufgabe.update-task: Aktualisiert eine TODO-Aufgabe.update-calendar-date-memo: Aktualisiert oder löscht eine Kalendernotiz.start-activity-log: Startet ein Aktivitätsprotokoll.complete-activity-log: Schließt ein Aktivitätsprotokoll ab.
Entwicklung
npm install
npm run buildMCP-Überprüfung
Zertifiziert https://mcpreview.com/mcp-servers/toru-takagi/togello-mcp-server
Veröffentlichen
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