io.github.renezander030/agentic-task-system MCP Server
This MCP server exposes an “Agentic Task System” task app to MCP clients (e.g., Claude Desktop, Cursor) via a small set of tools. It provides persistent task memory across TickTick, Notion, GitHub, Linear & Beads, using hybrid retrieval with RRF-based fusion.
🛠️ Key Features
- Model Context Protocol (MCP) server for the Agentic Task System
- Persistent task memory across TickTick, Notion, GitHub, Linear & Beads
- Storage-agnostic adapter model (~6-method ATS contract)
- Retrieval using hybrid + RRF (keyword/native + RRF fusion)
- Tooling available to MCP clients (tools include
find; more are listed in the repo)
🚀 Use Cases
- Give AI agents task context from existing task sources
- Use a single MCP server interface to access tasks stored in multiple systems
⚡ Developer Benefits
- Works with any adapter that satisfies the ATS contract
- Dense/sparse hybrid retrieval for embedder-backed adapters (example: TickTick)
- Topic-aligned ecosystem for agent context and knowledge graphs (e.g., RAG)
⚠️ Limitations
- Tool details beyond
findare not fully included in the provided excerpt - Full functionality depends on the available adapter implementation