agentic-tools-mcp

Pimzino/agentic-tools-mcp
★ 83 stars TypeScript 🤖 AI/LLM Updated 24d ago
A comprehensive Model Context Protocol (MCP) server providing AI assistants with powerful task management and agent memories capabilities with project-specific storage.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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