Skip to main content
Glama

godspeed-mcp

갓스피드 MCP

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

설치

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

지엑스피1

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

npm install -g godspeed-mcp

구성

인증 토큰

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
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

API를 사용하여 Godspeed 작업 애플리케이션과 상호작용을 허용하는 서버입니다.

  1. 설치
    1. 구성
      1. 인증 토큰
      2. 빈 목록 ID(선택 사항)
    2. 커서 MCP 구성
      1. 특징
        1. 특허

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            A server for task orchestration and coordination, facilitating task management with dependencies, multi-instance collaboration, and persistent task tracking.
            Last updated -
            7
            22
            JavaScript
            MIT License
          • A
            security
            F
            license
            A
            quality
            This server allows users to perform web searches using Perplexity AI, providing a tool for retrieving search results through a simple API interface.
            Last updated -
            1
            152
            3
            TypeScript
          • A
            security
            A
            license
            A
            quality
            A TypeScript Model Context Protocol server that integrates with Google Tasks API, allowing users to create, list, update, delete, and toggle completion status of tasks.
            Last updated -
            4
            5
            JavaScript
            MIT License

          View all related MCP servers

          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