Integrates with Godspeed Task Management API to enable listing, creating, updating, and deleting tasks directly from development environments without context switching.
Sign up or log in to Godspeed
Obtain your Godspeed API token
- After logging into your account, look for the “API” or “Integrations” section in your profile/settings area.
- Find your personal API token. If you do not see your API token, check for documentation or help articles within Godspeed for “API access” or “API token.”
- Copy the API token shown—this will be used as the value for
GODSPEED_TOKEN
.
(Optional) Obtain your empty list ID
- If you want to pre-configure an empty task list as a template for new lists, go to the task lists section in Godspeed.
- Select the list you wish to use as the template and find its ID (this may be visible in the URL or via a copy/list info button, depending on how Godspeed displays list IDs).
- Copy the list ID—this will be used as the value for
GODSPEED_EMPTY_LIST_ID
.
Add the values in the FastMCP connection interface
- In the FastMCP connection interface, click “Install Now” for the Godspeed MCP connector.
- In the form that appears, paste your API token into the
GODSPEED_TOKEN
field.
- (Optional) Paste your chosen empty list ID into the
GODSPEED_EMPTY_LIST_ID
field.
- Save or confirm to finish connecting.
Note: Your API token is sensitive—do not share it or publish it publicly.