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
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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
iFlytek Workflow MCP Server
iflytekThis a simple implementation of an MCP server using iFlytek. It enables calling iFlytek workflows through MCP tools.
End-to-End Agentic AI Automation Lab
MDalamin5This repository contains hands-on projects, code examples, and deployment workflows. Explore multi-agent systems, LangChain, LangGraph, AutoGen, CrewAI, RAG, MCP, automation with n8n, and scalable agent deployment using Docker, AWS, and BentoML.
๐ข๐ Node.js Sandbox MCP Server
alfonsograzianoA Node.jsโbased Model Context Protocol server that spins up disposable Docker containers to execute arbitrary JavaScript.
Deno Sandbox MCP Server
bewt85An MCP server that allows you to run TypeScript, JavaScript, and Python code in a sandbox on your local machine using the Denoยฎ sandbox. This server provides a controlled environment for executing code with explicit permission controls.
Node Code Sandbox MCP ๐ ๏ธ
mozicim# ๐ข๐ Node.js Sandbox MCP ServerThis repository hosts a Node.js server that implements the Model Context Protocol (MCP) for running JavaScript in isolated Docker containers. It allows for on-the-fly npm dependency installation, making it easy to execute code safely and efficient
Comments