freedmcpcamp

freedmcpcamp

3.2

If you are the rightful owner of freedmcpcamp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is a Model Context Protocol (MCP) server implementation for Freedcamp task management.

The Freedcamp MCP Server is designed to facilitate task management within Freedcamp projects by providing a robust set of tools for creating, updating, and deleting tasks. It supports integration with various development environments and offers comprehensive error handling and validation. The server requires Node.js 17 or higher and TypeScript, and it operates using Freedcamp API credentials. Users can manage tasks by setting titles, descriptions, priorities, due dates, and assignees. The server also includes a test harness to verify its functionality, ensuring reliable task management operations.

Features

  • Create new tasks with title, description, priority, due date, and assignee
  • Update existing tasks including status changes
  • Delete tasks
  • Environment variable support for credentials
  • Error handling and validation