godspeed-mcp
MCPの幸運を祈る
Godspeed タスク管理 API 用のモデル コンテキスト プロトコル コネクタ。
インストール
このツールは、npx 経由でインストールせずに使用できます。
npx godspeed-mcpまたは、グローバルにインストールします。
npm install -g godspeed-mcpRelated MCP server: Task MCP Server
構成
認証トークン
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に次の構造のファイルを作成します。
{
"mcpServers": {
"godspeed-mcp": {
"command": "cmd /c",
"args": [
"godspeed-mcp",
"--token=your-godspeed-api-token",
"--empty-list-id=your-empty-list-id" // Optional
]
}
}
}Mac/Linux の場合、次の構造のファイルを~/.cursor/mcp.jsonに作成します。
{
"mcpServers": {
"godspeed-mcp": {
"command": "npx",
"args": ["godspeed-mcp"],
"env": {
"GODSPEED_TOKEN": "your-godspeed-api-token",
"GODSPEED_EMPTY_LIST_ID": "your-empty-list-id" // Optional
}
}
}
}特徴
この MCP コネクタは、次のタスク管理ツールを提供します。
すべてのタスクを一覧表示する
タスクの詳細を取得する
新しいタスクを作成する(単一または最大 60 個のタスクを一括作成)
既存のタスクを更新する
タスクを削除する
完了/未完了のタスク
タスクリストを取得する
新しいタスクリストを作成する(テンプレートを複製して)
既存のリストを複製する
ライセンス
マサチューセッツ工科大学
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
- AlicenseAqualityDmaintenanceA Python server that enables Claude to interact with Todoist's task management API, allowing users to create, manage, and organize tasks directly through Claude's interface.179MIT
- FlicenseAqualityDmaintenanceA simple task management server that enables users to add, list, complete, and delete tasks through natural language interactions in Claude Desktop.4
- AlicenseNot gradedqualityBmaintenanceMCP server that wraps a personal task manager REST API, enabling Claude to read and manage tasks via tools like get_tasks and add_task.12MIT
- AlicenseNot gradedqualityCmaintenanceA local MCP-style server for managing task records and seeded documents through controlled tool functions, using SQLite and JSON seed data.MIT
Related MCP Connectors
A basic MCP server to operate on the Postman API.
MCP server for interacting with the Supabase platform
MCP server for Google search results via SERP API
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/AliNagy/godspeed-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server