Agentic Tools MCP Server
@Pimzino
About Agentic Tools MCP Server
A comprehensive Model Context Protocol (MCP) server providing AI assistants with powerful task management and agent memories capabilities with project-specific storage.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"agentic-tools-mcp": {
"command": "npx",
"args": [
"-y",
"@pimzino/agentic-tools-mcp"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Agentic Tools MCP Server?
A comprehensive Model Context Protocol (MCP) server that provides AI assistants with advanced task management and agent memories capabilities, using project-specific storage.
How to use Agentic Tools MCP Server?
Run npx -y @pimzino/agentic-tools-mcp to start the server. All tools require a workingDirectory parameter to specify data location. Use --claude flag to store all data in a global directory instead. Configure in Claude Desktop or other MCP clients via JSON with STDIO transport.
Key features of Agentic Tools MCP Server
- Unlimited hierarchical task nesting with parent-child relationships
- Intelligent task recommendations, PRD parsing, and complexity analysis
- Persistent agent memories with multi-field search and scoring
- Project-specific or global storage modes
- Automatic migration from legacy subtask model
- Rich metadata: priority, complexity, dependencies, tags, time tracking
Use cases of Agentic Tools MCP Server
- AI-powered project planning and task breakdown from product requirements documents
- Managing tasks across multiple projects with isolated data per directory
- Storing and retrieving agent learnings for long-running AI workflows
- Visual task management via companion VS Code extension
FAQ from Agentic Tools MCP Server
How do I switch between project-specific and global storage?
Use the --claude flag to store all data in a global directory (~/.agentic-tools-mcp on macOS/Linux). When this flag is active, the workingDirectory parameter in all tools is ignored.
What is the difference between tasks and legacy subtasks?
Since v1.8.0, the separate subtask model is deprecated. All tasks now use a unified model with unlimited hierarchy via the parentId field. Legacy subtasks are automatically migrated.
What transport does the server use?
The server uses STDIO transport and can be integrated with any MCP-compatible client.
What are the runtime requirements?
The server requires Node.js (version not specified explicitly, but badge indicates Node.js compatibility). It is distributed as an npm package.
Does the server support authentication?
The README does not mention authentication or authorization. No credentials are required to run the server locally.
Frequently asked questions
How do I switch between project-specific and global storage?
Use the `--claude` flag to store all data in a global directory (`~/.agentic-tools-mcp` on macOS/Linux). When this flag is active, the `workingDirectory` parameter in all tools is ignored.
What is the difference between tasks and legacy subtasks?
Since v1.8.0, the separate subtask model is deprecated. All tasks now use a unified model with unlimited hierarchy via the `parentId` field. Legacy subtasks are automatically migrated.
What transport does the server use?
The server uses STDIO transport and can be integrated with any MCP-compatible client.
What are the runtime requirements?
The server requires Node.js (version not specified explicitly, but badge indicates Node.js compatibility). It is distributed as an npm package.
Does the server support authentication?
The README does not mention authentication or authorization. No credentials are required to run the server locally.
Basic information
More Reasoning MCP servers
n8n Workflow Builder MCP Server
salacosteAI-powered n8n workflow automation through natural language. MCP server enabling Claude AI & Cursor IDE to create, manage, and monitor workflows via Model Context Protocol. Multi-instance support, 17 tools, comprehensive docs. Build workflows conversationally without manual JSON
iFlytek Workflow MCP Server
iflytekThis a simple implementation of an MCP server using iFlytek. It enables calling iFlytek workflows through MCP tools.
IntelliNode Medical Use Cases
BarqawizMulti-Agent AI Orchestration Workshop
n8n Workflow Builder MCP Server
makafeliAI assistant integration for n8n workflow automation through Model Context Protocol (MCP). Connect Claude Desktop, ChatGPT, and other AI assistants to n8n for natural language workflow management.
n8n Workflow Builder MCP
ifmelateMCP server that allow LLM in agent mode builds n8n workflows for you
Comments