Agentic Tasks
Freeby MCP Community
AI agent task management system with MCP server, SQLite storage, and orchestration protocol
v0.5.0Added Apr 12, 2026
Agentic Tasks MCP Server
AI agent task management system with MCP server, SQLite storage, and orchestration protocol
Installation
npx -y @rk0429/agentic-tasks
Reviews
Installation
Quick install
npx -y @rk0429/agentic-tasks
Add to claude_desktop_config.json
{
"mcpServers": {
"agentic-tasks": {
"command": "npx",
"args": ["-y", "@rk0429/agentic-tasks"]
}
}
}