gabeosx/freedmcpcamp
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.
Tools
Functions exposed to the LLM to take actions
freedcamp_add_task
Create one or more new tasks in Freedcamp. Input is an object with a 'tasks' array containing task details.
freedcamp_update_task
Update one or more existing tasks in Freedcamp. Input is an object with a 'tasks' array containing task updates.
freedcamp_list_tasks
Retrieve a list of all tasks in the configured Freedcamp project. Returns task details including ID, title, status, and other metadata.
freedcamp_delete_task
Permanently delete one or more tasks from Freedcamp. Input is an object with a 'tasks' array containing task IDs to delete.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client