MCP Servers / productivity / Agentic Tools

Agentic Tools

JSON →
stdionone84productivity

Provides AI assistants with advanced task management and memory capabilities using local JSON file storage.

Install
How to run this server
[ { "cmd": "npx -y @pimzino/agentic-tools-mcp", "imports": [] } ]
server path: agentic-tools
Tools
What this server exposes
list_projects
View all projects in a working directory
create_project
Create a new project in a working directory
get_project
Get detailed project information
update_project
Edit project name/description
delete_project
Delete project and all associated data
list_tasks
View tasks in hierarchical tree format with unlimited depth visualization
create_task
Create tasks at any hierarchy level with parentId (supports unlimited nesting)
get_task
Get detailed task information including hierarchy relationships
update_task
Edit tasks, metadata, or move between hierarchy levels with parentId
delete_task
Delete task and all child tasks recursively
move_task
Dedicated tool for moving tasks within hierarchy structure
migrate_subtasks
Automatic migration tool for converting legacy subtasks to unified model
parse_prd
Parse Product Requirements Documents and automatically generate structured tasks
get_next_task_recommendation
Get intelligent task recommendations based on dependencies, priorities, and complexity
analyze_task_complexity
Analyze task complexity and suggest breaking down overly complex tasks
infer_task_progress
Analyze codebase to infer task completion status from implementation evidence
research_task
Guide AI agents to perform comprehensive web research with memory integration
generate_research_queries
Generate intelligent, targeted web search queries for task research
list_subtasks
View child tasks (legacy compatibility, now uses unified Task model)
create_subtask
Create child tasks (legacy compatibility, creates tasks with parentId)
get_subtask
Get task information (legacy compatibility for existing subtasks)
update_subtask
Edit child tasks (legacy compatibility, uses unified Task operations)
delete_subtask
Delete child tasks (legacy compatibility, deletes tasks recursively)
create_memory
Store new memories with title and detailed content
search_memories
Find memories using intelligent multi-field search with relevance scoring
get_memory
Get detailed memory information
list_memories
List memories with optional filtering
update_memory
Update existing memories
Configuration
Environment & auth
authnone
Resources
Agentic Tools — MCP Server · libregistry