Integrations
MCPの幸運を祈る
Godspeed タスク管理 API 用のモデル コンテキスト プロトコル コネクタ。
インストール
このツールは、npx 経由でインストールせずに使用できます。
Copy
または、グローバルにインストールします。
Copy
構成
認証トークン
Godspeed API トークンは、次の 2 つの方法で提供できます。
- 環境変数:
GODSPEED_TOKEN
- コマンドライン引数:
--token=YOUR_TOKEN
または-t YOUR_TOKEN
空のリストID(オプション)
新しいタスク リストを作成する場合、テンプレートとして使用する空のリスト ID を構成できます。
- 環境変数:
GODSPEED_EMPTY_LIST_ID
- コマンドライン引数:
--empty-list-id=YOUR_LIST_ID
または-e YOUR_LIST_ID
指定しない場合は、新しいリストを作成するときに空のリスト ID を指定する必要があります。
カーソルMCP構成
Windows の場合、 %USERPROFILE%\.cursor\mcp.json
に次の構造のファイルを作成します。
Copy
Mac/Linux の場合、次の構造のファイルを~/.cursor/mcp.json
に作成します。
Copy
特徴
この MCP コネクタは、次のタスク管理ツールを提供します。
- すべてのタスクを一覧表示する
- タスクの詳細を取得する
- 新しいタスクを作成する(単一または最大 60 個のタスクを一括作成)
- 既存のタスクを更新する
- タスクを削除する
- 完了/未完了のタスク
- タスクリストを取得する
- 新しいタスクリストを作成する(テンプレートを複製して)
- 既存のリストを複製する
ライセンス
マサチューセッツ工科大学
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
API を使用して Godspeed タスク アプリケーションと対話できるサーバー。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA server allowing interaction with Reddit via the public API, enabling browsing frontpage posts, retrieving subreddit details, and reading post comments through a Model Context Protocol.Last updated -830PythonMIT License
- AsecurityAlicenseAqualityProvides API access to a locally-hosted task management system with features for creating, updating, and organizing tasks, including support for urgency levels, effort estimates, subtasks, and bi-directional sync with Obsidian markdown files.Last updated -123PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server that provides seamless interaction with Workato's API through custom AI tools, enabling management of recipes, connections, connectors, folders, and activity logs.Last updated -TypeScriptMIT License
- -securityFlicense-qualityA server that enables accessing and managing ApiFox API information through the Model Context Protocol, supporting both HTTP services and CLI commands.Last updated -TypeScript