godspeed-mcp

MIT License
359
  • Linux
  • Apple

Integrations

  • Allows installation and usage of the Godspeed MCP connector via npm install or npx commands.

  • Provides comprehensive task management capabilities including listing, creating, updating, and deleting tasks, managing task completion status, and working with task lists.

MCPの幸運を祈る

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

インストール

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

npx godspeed-mcp

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

npm install -g godspeed-mcp

構成

認証トークン

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 個のタスクを一括作成)
  • 既存のタスクを更新する
  • タスクを削除する
  • 完了/未完了のタスク
  • タスクリストを取得する
  • 新しいタスクリストを作成する(テンプレートを複製して)
  • 既存のリストを複製する

ライセンス

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

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

API を使用して Godspeed タスク アプリケーションと対話できるサーバー。

  1. Installation
    1. Configuration
      1. Authentication Token
      2. Empty List ID (Optional)
    2. Cursor MCP Configuration
      1. Features
        1. License

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A 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 -
            8
            30
            Python
            MIT License
            • Apple
            • Linux
          • A
            security
            A
            license
            A
            quality
            Provides 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 -
            12
            3
            Python
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            A 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 -
            TypeScript
            MIT License
            • Apple
            • Linux
          • -
            security
            F
            license
            -
            quality
            A server that enables accessing and managing ApiFox API information through the Model Context Protocol, supporting both HTTP services and CLI commands.
            Last updated -
            TypeScript

          View all related MCP servers

          ID: a5nf5wr6wf