Skip to content

Agentic Tasks

Free

by MCP Community

AI agent task management system with MCP server, SQLite storage, and orchestration protocol

v0.5.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Agentic Tasks MCP Server

AI agent task management system with MCP server, SQLite storage, and orchestration protocol

Installation

npx -y @rk0429/agentic-tasks

Reviews

Leave a Review

Installation

Quick install
npx -y @rk0429/agentic-tasks
Add to claude_desktop_config.json
{
  "mcpServers": {
    "agentic-tasks": {
      "command": "npx",
      "args": ["-y", "@rk0429/agentic-tasks"]
    }
  }
}