Overview
what is Togello MCP Server?
Togello MCP Server is a server that implements the Model Context Protocol (MCP) for managing context in applications.
how to use Togello MCP Server?
To use Togello MCP Server, you can set it up using npm by configuring the command and arguments in your project as shown in the provided code snippet.
key features of Togello MCP Server?
- Implements the Model Context Protocol (MCP) for context management.
- Easy integration with npm for JavaScript applications.
- Customizable environment variables for secure API token management.
use cases of Togello MCP Server?
- Managing application context in real-time applications.
- Facilitating communication between different components of an application.
- Enhancing the scalability of applications by managing context efficiently.
FAQ from Togello MCP Server?
- What is the Model Context Protocol (MCP)?
MCP is a protocol designed to manage context in applications, allowing for better communication and state management.
- How do I install Togello MCP Server?
You can install it using npm with the command provided in the usage section.
- Is there any support for other programming languages?
Currently, Togello MCP Server is designed for JavaScript applications.
Content
Togello MCP Server
This server implements the Model Context Protocol (MCP) for managing context in applications.
Using npm
{
"mcpServers": {
"togello": {
"command": "npx",
"args": ["-y", "togello-mcp-server"],
"env": {
"TOGELLO_API_TOKEN": "replace_with_your_token",
}
}
}
}
# Features
## Resources
- category-list: タスクのカテゴリー一覧を提供します。URI: `togello://category-list`
- activity-item-list: アクティビティ項目の一覧を提供します。URI: `togello://activity-item-list`
## Tools
- get-tasks-list: TODO機能で未完了のタスクを取得します。タスク名 / 予定開始日時 / 予定終了日時 / 優先度 / カテゴリ を認識できます。
- create-task: TODO機能で新しいタスクを作成します。タスク名を指定する必要があります。
- get-todo-category-list: TODO機能からカテゴリーリストを取得します。カテゴリー名 / カテゴリーUUID を認識できます。
- get-today-calendar: 連携しているGoogleカレンダーの昨日/今日/明日の予定を取得します。予定名 / 開始日時 / 終了日時 を認識できます。
- get-activity-item-list: 統合機能からアクティビティ項目のリストを取得します。アクティビティ項目UUID / 項目名 を認識できます。
publish
npm run build
npm version patch
npm publish --access public
No tools information available.
No content found.