Agentic Tools MCP Server
@Pimzino
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"agentic-tools-mcp": {
"command": "npx",
"args": [
"-y",
"@pimzino/agentic-tools-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
推理 分类下的更多 MCP 服务器
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
n8n Workflow Builder MCP
ifmelateMCP server that allow LLM in agent mode builds n8n workflows for you
MCP Sandbox
JohanLi233Python sandboxes for llms
Sandbox Mcp
pottekkatA Model Context Protocol (MCP) server that enables LLMs to run ANY code safely in isolated Docker containers.
quarkus-langchain4j-workshop
quarkusioQuarkus LangChain4J Workshop that demonstrates both single AI service capabilities and Agentic AI orchestration
评论