Skip to main content
Glama
AliNagy
by AliNagy

갓스피드 MCP

Godspeed 작업 관리 API를 위한 모델 컨텍스트 프로토콜 커넥터입니다.

설치

npx를 통해 설치하지 않고도 이 도구를 사용할 수 있습니다.

지엑스피1

또는 전역적으로 설치하세요.

npm install -g godspeed-mcp

Related MCP server: Task MCP Server

구성

인증 토큰

Godspeed API 토큰은 두 가지 방법으로 제공될 수 있습니다.

  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개 작업)

  • 기존 작업 업데이트

  • 작업 삭제

  • 작업 완료/미완료

  • 작업 목록 가져오기

  • 새 작업 목록 만들기(템플릿 복제)

  • 기존 목록 복제

특허

MIT

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