godspeed-mcp
갓스피드 MCP
Godspeed 작업 관리 API를 위한 모델 컨텍스트 프로토콜 커넥터입니다.
설치
npx를 통해 설치하지 않고도 이 도구를 사용할 수 있습니다.
지엑스피1
또는 전역적으로 설치하세요.
npm install -g godspeed-mcpRelated MCP server: Task MCP Server
구성
인증 토큰
Godspeed API 토큰은 두 가지 방법으로 제공될 수 있습니다.
환경 변수:
GODSPEED_TOKEN명령줄 인수:
--token=YOUR_TOKEN또는-t YOUR_TOKEN
빈 목록 ID(선택 사항)
새로운 작업 목록을 만들려면 템플릿으로 사용할 빈 목록 ID를 구성할 수 있습니다.
환경 변수:
GODSPEED_EMPTY_LIST_ID명령줄 인수:
--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
Maintenance
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
- AlicenseAqualityDmaintenanceA 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.179MIT
- FlicenseAqualityDmaintenanceA simple task management server that enables users to add, list, complete, and delete tasks through natural language interactions in Claude Desktop.4
- AlicenseNot gradedqualityBmaintenanceMCP server that wraps a personal task manager REST API, enabling Claude to read and manage tasks via tools like get_tasks and add_task.12MIT
- AlicenseNot gradedqualityCmaintenanceA local MCP-style server for managing task records and seeded documents through controlled tool functions, using SQLite and JSON seed data.MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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