MCP.so
Sign In

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.

Basic information

Category

Reasoning

License

MIT

Runtime

node

Transports

stdio

Publisher

Pimzino

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.

Comments

More Reasoning MCP servers