Combines task-system data into traceable agent memory with hybrid retrieval, optional writes, and an MCP interface.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Agentic Task System.
The renezander030/agentic-task-system MCP server, exposed through the ats CLI and MCP interface, gives agents a common way to search task records, notes, decisions, and runbooks stored in existing systems. Supported adapter examples include TickTick, Obsidian, Taskmaster, Beads, Notion, GitHub, Airtable, Google, and OKF files. A composite adapter can combine several sources while leaving each source authoritative.
The project has two related layers. The task layer maps backend records into a shared contract for retrieval and lifecycle operations. The knowledge-graph layer, accessed with ats kg, stores subject–predicate–object facts with provenance and temporal validity. Agents can propose facts, while human ratification is part of the described workflow. The embedded graph store does not require a separate graph database.
Search can use keyword matching, a source adapter's native search, and dense retrieval when an adapter provides it. Available branches are fused with reciprocal rank fusion, and results retain provenance so an operator can identify their origin. The find --explain option exposes RRF contributions, while confidence reflects agreement among retrieval branches; --min-sources N can require a matching number of sources.
Derived retrieval state includes a five-minute corpus cache by default and, where configured, vector indexes. The TickTick reference adapter can use Qdrant and Ollama for dense retrieval. Without vectors, keyword and native-search branches still operate. Cached records, query text, action before-images, and vector payloads may contain task content, and the project does not apply application-level encryption or runtime redaction to those copies.
The renezander030/agentic-task-system MCP server supports local stdio operation, which does not expose an MCP network port. A hosted deployment can add a bearer-token gateway and private Qdrant or Ollama services, but hosting, persistence, backups, token rotation, and availability remain operator responsibilities. Composite adapter children run inside the same ATS process; delegation separates routing and authentication ownership, not process boundaries.
The README shows a global npm installation of the CLI together with the TickTick adapter:
The example uses TickTick, but the project is designed around adapters and also documents composite use across multiple sources. Adapter-specific authentication, field mapping, and deep links remain at the adapter boundary. The provided material does not specify a universal environment-variable configuration or a standalone command for launching the MCP process, so deployments should follow the relevant adapter and project documentation.
The renezander030/agentic-task-system MCP server and CLI provide these documented capabilities:
find.--project and --explain.The task backend remains the canonical record. Caches and vector indexes improve retrieval but are derived copies rather than records users must maintain separately.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/renezander030-agentic-task-system)<a href="https://allmcps.com/mcp/renezander030-agentic-task-system"><img src="https://allmcps.com/api/badge/renezander030-agentic-task-system?style=directory" alt="Agentic Task System on AllMCPs" /></a>