freedcamp
Freedcamp MCP 서버
Freedcamp 작업 관리를 위한 모델 컨텍스트 프로토콜(MCP) 서버 구현입니다. Freedcamp 프로젝트에서 작업을 생성, 업데이트 및 삭제하는 도구를 제공합니다.
특징
제목, 설명, 우선순위, 마감일 및 담당자를 지정하여 새 작업을 만듭니다.
상태 변경을 포함한 기존 작업 업데이트
작업 삭제
자격 증명에 대한 환경 변수 지원
오류 처리 및 검증
Related MCP server: Basecamp MCP Server
필수 조건
Node.js 17 이상
타입스크립트
API 액세스가 가능한 Freedcamp 계정
Freedcamp의 API 키와 비밀번호
Freedcamp의 프로젝트 ID
설치(수동 호출에만 해당, IDE 또는 기타 MCP 데스크톱 클라이언트와 함께 사용하는 경우에는 필요하지 않음)
저장소를 복제합니다.
지엑스피1
종속성 설치:
npm installFreedcamp 자격 증명을 사용하여 루트 디렉토리에
.env파일을 만듭니다.
FREEDCAMP_API_KEY=your_api_key
FREEDCAMP_API_SECRET=your_api_secret
FREEDCAMP_PROJECT_ID=your_project_id용법
서버 실행
먼저 TypeScript 코드를 빌드합니다.
npm run build그런 다음 서버를 시작합니다.
npm start테스트 하네스 실행
이 프로젝트에는 모든 MCP 기능을 검증하는 포괄적인 테스트 하네스가 포함되어 있습니다.
npm test테스트 하네스는 다음과 같은 검사를 수행합니다.
적절한 프로토콜 버전을 사용한 서버 초기화
도구 목록 및 기능 검증
다양한 매개변수를 사용한 작업 생성
상태 변경을 포함한 작업 업데이트
작업 목록 및 검증
사용 가능한 도구
freedcamp_add_taskFreedcamp에서 새 작업을 만듭니다.
매개변수:
title(필수): 작업 제목description(선택 사항): 작업 설명priority(선택사항): 작업 우선순위(0-3)due_date(선택 사항): 작업 마감일(YYYY-MM-DD)assigned_to_id(선택 사항): 작업을 할당할 사용자 ID
freedcamp_update_task기존 작업을 업데이트합니다
매개변수:
task_id(필수): 업데이트할 작업의 IDtitle(선택 사항): 새 작업 제목description(선택 사항): 새 작업 설명priority(선택사항): 새 작업 우선순위(0-3)due_date(선택 사항): 새로운 마감일(YYYY-MM-DD)assigned_to_id(선택 사항): 작업을 할당할 새 사용자 IDstatus(선택 사항): 새 작업 상태(0=열림, 1=완료, 2=닫힘)
freedcamp_list_tasks구성된 Freedcamp 프로젝트의 모든 작업을 나열합니다.
매개변수가 필요하지 않습니다(환경 변수의 프로젝트 ID 사용)
작업의 세부 정보가 포함된 작업 목록을 반환합니다.
IDE 통합
저장소를 복제하지 않고도 npx 사용하여 서버를 직접 실행할 수 있습니다.
커서
프로젝트 루트에서
.cursor/mcp.json엽니다(또는 만듭니다).Freedcamp MCP 서버 구성을 추가하세요.
{ "mcpServers": { "freedcamp": { "command": "npx", "args": ["freedcamp-mcp"], "env": { "FREEDCAMP_API_KEY": "your_api_key", "FREEDCAMP_API_SECRET": "your_api_secret", "FREEDCAMP_PROJECT_ID": "your_project_id" } } } }커서를 다시 시작하거나 MCP 서버를 다시 로드하세요.
루
Roo MCP 구성 파일(일반적으로
roo.mcp.json또는 이와 유사한 파일)을 열거나 만듭니다.Freedcamp MCP 서버 구성을 추가하세요.
{ "mcpServers": { "Freedcamp": { "transport": "stdio", "command": "npx", "args": ["freedcamp-mcp"], "env": { "FREEDCAMP_API_KEY": "your_api_key", "FREEDCAMP_API_SECRET": "your_api_secret", "FREEDCAMP_PROJECT_ID": "your_project_id" } } } }
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
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables seamless integration with Freedcamp API for enterprise-level project management with advanced filtering, full CRUD operations, and extensive customization options.5MIT
- AlicenseBqualityFmaintenanceEnables seamless integration with Basecamp 3 through 46 comprehensive API tools, allowing users to manage projects, todos, card tables, documents, campfire messages, and other Basecamp features through natural language interactions in Claude Desktop and Cursor IDE.335MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to interact with Basecamp projects through natural language commands. Supports managing projects, to-do lists, messages, and creating tasks with full content rendering capabilities.660ISC
- AlicenseAqualityAmaintenanceEnables LLMs to interact with Basecamp projects, managing messages, todos, comments, people, and kanban boards through natural language. Supports comprehensive Basecamp operations including creating, reading, updating content with flexible output formats and URL parsing capabilities.47603MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Project management MCP for AI agents with safe task reads and writes.
A Model Context Protocol server for Wix AI tools
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/gabeosx/freedmcpcamp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server