Freedcamp

Created By
gabeosxa year ago
This is a Model Context Protocol (MCP) server implementation for Freedcamp task management. It provides tools for creating, updating, and deleting tasks in Freedcamp projects.
Overview

Freedcamp MCP Server

npm version license build downloads node GitHub All Releases

This is a Model Context Protocol (MCP) server implementation for Freedcamp task management. It provides tools for creating, updating, and deleting tasks in Freedcamp projects.

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

Server Config

{
  "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"
      }
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
gabeosx
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Traveltype Mcp Server

29 minutes ago