Skip to main content
Glama
AliNagy
by AliNagy

MCPの幸運を祈る

Godspeed タスク管理 API 用のモデル コンテキスト プロトコル コネクタ。

インストール

このツールは、npx 経由でインストールせずに使用できます。

npx godspeed-mcp

または、グローバルにインストールします。

npm install -g godspeed-mcp

Related MCP server: Task MCP Server

構成

認証トークン

Godspeed API トークンは、次の 2 つの方法で提供できます。

  1. 環境変数: GODSPEED_TOKEN

  2. コマンドライン引数: --token=YOUR_TOKENまたは-t YOUR_TOKEN

空のリストID(オプション)

新しいタスク リストを作成する場合、テンプレートとして使用する空のリスト ID を構成できます。

  1. 環境変数: GODSPEED_EMPTY_LIST_ID

  2. コマンドライン引数: --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 個のタスクを一括作成)

  • 既存のタスクを更新する

  • タスクを削除する

  • 完了/未完了のタスク

  • タスクリストを取得する

  • 新しいタスクリストを作成する(テンプレートを複製して)

  • 既存のリストを複製する

ライセンス

マサチューセッツ工科大学

Install Server
A
license - permissive license
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    A 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.
    17
    9
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    A local MCP-style server for managing task records and seeded documents through controlled tool functions, using SQLite and JSON seed data.
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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