Agentic Tools MCP
UnclaimedA comprehensive Model Context Protocol (MCP) server providing AI assistants with powerful task management and agent memories capabilities with project-specific storage.
Install
npx -y @pimzino/agentic-tools-mcpUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (35)
analyze_task_complexity
Analyze task complexity and suggest breaking down overly complex tasks
Backup-friendly
Simple file-based storage for easy backup and migration
create_memory
Store new memories with title and detailed content
create_project
Create a new project in a working directory
create_subtask
Create child tasks (legacy compatibility, creates tasks with parentId)
create_task
Create tasks at any hierarchy level with parentId (supports unlimited nesting)
delete_memory
Delete a memory (requires confirmation)
delete_project
Delete project and all associated data
delete_subtask
Delete child tasks (legacy compatibility, deletes tasks recursively)
delete_task
Delete task and all child tasks recursively
File-based
Task data stored in .agentic-tools-mcp/tasks/, memory data in .agentic-tools-mcp/memories/
generate_research_queries
Generate intelligent, targeted web search queries for task research
get_memory
Get detailed memory information
get_next_task_recommendation
Get intelligent task recommendations based on dependencies, priorities, and complexity
get_project
Get detailed project information
get_subtask
Get task information (legacy compatibility for existing subtasks)
get_task
Get detailed task information including hierarchy relationships
Git-trackable
All data can be committed alongside your project code
Git-Trackable
Task data can be committed alongside your code
infer_task_progress
Analyze codebase to infer task completion status from implementation evidence
list_memories
List memories with optional filtering
list_projects
View all projects in a working directory
list_subtasks
View child tasks (legacy compatibility, now uses unified Task model)
list_tasks
View tasks in hierarchical tree format with unlimited depth visualization
migrate_subtasks
Automatic migration tool for converting legacy subtasks to unified model
move_task
Dedicated tool for moving tasks within hierarchy structure
parse_prd
Parse Product Requirements Documents and automatically generate structured tasks
Project-specific
Each working directory has its own isolated task and memory data
Project-Specific
Isolated memory storage per working directory
research_task
Guide AI agents to perform comprehensive web research with memory integration
search_memories
Find memories using intelligent multi-field search with relevance scoring
update_memory
Edit memory title, content, metadata, or categorization
update_project
Edit project name/description
update_subtask
Edit child tasks (legacy compatibility, uses unified Task operations)
update_task
Edit tasks, metadata, or move between hierarchy levels with parentId