damir-manapov/hands-on-mcp-server
If you are the rightful owner of hands-on-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A creative Model Context Protocol (MCP) server with an in-memory database for task management.
Tools
Functions exposed to the LLM to take actions
create_user
Create a new user
get_user
Get user by ID
list_users
List all users
create_project
Create a new project
get_project
Get project by ID
list_projects
List all projects (optionally filtered by owner)
create_task
Create a new task
get_task
Get task by ID
list_tasks
List tasks with filters (project, assignee, status, tag)
update_task
Update task properties
delete_task
Delete a task
search_tasks
Search tasks by title/description
create_tag
Create a new tag
list_tags
List all tags
add_comment
Add a comment to a task
get_task_comments
Get all comments for a task
get_task_statistics
Get overall task statistics
get_project_statistics
Get statistics for a specific project
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client