Agentic Tools

v1.0.0Coding Agentsstable

A comprehensive Model Context Protocol (MCP) server providing AI assistants with powerful task management and agent memories capabilities with project-specific storage.

agentic-tools-mcp-servermcpai-integration
Share:
84
Stars
0
Downloads
0
Weekly
0/5

What is Agentic Tools?

Agentic Tools is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to comprehensive model context protocol (mcp) server providing ai assistants with powerful task management and agent memories capabilities with project-specific storage.

A comprehensive Model Context Protocol (MCP) server providing AI assistants with powerful task management and agent memories capabilities with project-specific storage.

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • A comprehensive Model Context Protocol (MCP) server providin

Use Cases

Provide task management and project-specific agent memory.
Store and retrieve agent state across sessions.
Enable stateful AI agents with persistent storage.
Pimzino

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedApr 24, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx agentic-tools-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Agentic Tools

Agentic Tools MCP Server is a comprehensive task management and agent memory system for AI assistants, providing tools for hierarchical project and task tracking, PRD parsing, complexity analysis, and persistent per-project memory storage. It stores all data locally in a .agentic-tools-mcp/ directory within each project, making agent context fully portable and version-control friendly. Developers use it to give Claude and other AI coding agents structured, stateful awareness of project tasks and past decisions across sessions.

Prerequisites

  • Node.js 18 or later
  • An MCP-compatible client such as Claude Desktop or Claude Code
  • npx available in your PATH (included with Node.js)
1

Run the server directly with npx

No global install is required. The server can be launched on demand via npx. The --claude flag enables a global storage mode that centralizes all data in your home directory instead of per-project directories.

npx -y @pimzino/agentic-tools-mcp
2

Add the server to Claude Desktop

Open your claude_desktop_config.json and add the agentic-tools entry. Use the --claude flag for centralized storage across all projects.

{
  "mcpServers": {
    "agentic-tools": {
      "command": "npx",
      "args": ["-y", "@pimzino/agentic-tools-mcp", "--claude"]
    }
  }
}
3

Restart Claude Desktop

Quit and reopen Claude Desktop to load the new server. The server exposes over 30 tools covering project management, task hierarchy, PRD parsing, AI agent tools, and memory management.

4

Create your first project

Ask Claude to create a project. All tools require a workingDirectory parameter unless you are using the --claude global storage flag.

5

Add tasks and memories

Use natural language to add tasks with priorities, complexity scores, estimated hours, and tags. Store agent memories for preferences, decisions, and context that should persist across sessions.

Agentic Tools Examples

Client configuration

Claude Desktop configuration using the global --claude flag for centralized cross-project storage.

{
  "mcpServers": {
    "agentic-tools": {
      "command": "npx",
      "args": ["-y", "@pimzino/agentic-tools-mcp", "--claude"]
    }
  }
}

Prompts to try

Example prompts that use the project management, task tracking, and agent memory tools.

- "Create a new project called 'API Refactor' for my current working directory."
- "Add a task 'Migrate authentication endpoints to OAuth 2.0' with priority 9 and estimated 8 hours."
- "What is the next task I should work on based on priority and dependencies?"
- "Analyze the complexity of the remaining tasks in my project."
- "Remember that I prefer to write integration tests before refactoring shared utilities."
- "Search my agent memories for anything related to database migration decisions."

Troubleshooting Agentic Tools

Tools fail with 'workingDirectory is required' error

Without the --claude flag, every tool call requires a workingDirectory parameter pointing to your project root. Either pass the path explicitly in your prompts, or add the --claude flag to your server args to use global centralized storage instead.

Data stored in one session is not visible in the next

Check whether you are mixing --claude and non---claude modes across sessions. Without --claude, data is stored in .agentic-tools-mcp/ relative to the workingDirectory you provide. Ensure you are using a consistent workingDirectory value or switch to --claude for global storage.

npx downloads the package on every launch, causing slow startup

Install the package globally with 'npm install -g @pimzino/agentic-tools-mcp' and update your config to use 'command': 'agentic-tools-mcp' instead of npx. This eliminates the download delay on each MCP client startup.

Frequently Asked Questions about Agentic Tools

What is Agentic Tools?

Agentic Tools is a Model Context Protocol (MCP) server that comprehensive model context protocol (mcp) server providing ai assistants with powerful task management and agent memories capabilities with project-specific storage. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Agentic Tools?

Follow the installation instructions on the Agentic Tools GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Agentic Tools?

Agentic Tools works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Agentic Tools free to use?

Yes, Agentic Tools is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "agentic-tools-mcp-server": { "command": "npx", "args": ["-y", "agentic-tools-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Agentic Tools?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides