A comprehensive MCP server for task management and agent memories with JSON file storage
Agentic Tools MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Agentic Tools MCP directly instead of describing what you should do. A comprehensive MCP server for task management and agent memories with JSON file storage.
A comprehensive Model Context Protocol (MCP) server providing AI assistants with powerful advanced task management and agent memories capabilities with project-specific storage.
Installation goes through your MCP client rather than a global install: point it at @pimzino/agentic-tools-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Once Agentic Tools MCP is connected, these are the calls the assistant has available:
parse_prd — Parse Product Requirements Documents and automatically generate structured tasksget_next_task_recommendation — Get intelligent task recommendations based on dependencies, priorities, and complexityanalyze_task_complexity — Analyze task complexity and suggest breaking down overly complex tasksinfer_task_progress — Analyze codebase to infer task completion status from implementation evidenceresearch_task — Guide AI agents to perform comprehensive web research with memory integrationgenerate_research_queries — Generate intelligent, targeted web search queries for task researchProject — The Project tool exposed by this serverMemory — The Memory tool exposed by this serverDocumentation — The Documentation tool exposed by this serverAmong the planning and project tracking options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Agentic Tools MCP's toolset — parse_prd, get_next_task_recommendation, analyze_task_complexity and 6 more — is a fair guide to whether it matches your workflow. It is maintained by Pimzino; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| 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 |
| Project | The Project tool exposed by this server. |
| Memory | The Memory tool exposed by this server. |
| Documentation | The Documentation tool exposed by this server. |
{
"mcpServers": {
"agentic-tools": {
"command": "npx",
"args": ["-y", "@pimzino/agentic-tools-mcp"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.