Submit

Freedcamp

@gabeosx

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.

Tools

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"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.