tack — Cursor Agents | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorAgentstack
    Back to Agents
    tack

    tack

    khuper March 2, 2026
    2 copies 0 downloads

    Tack helps you keep AI coding sessions aligned with your project. It stores project context, checks for architecture drift, and gives agents a shared memory through MCP.

    Agent Definition
    # tack
    
    [![npm version](https://img.shields.io/npm/v/tack-cli.svg)](https://www.npmjs.com/package/tack-cli) [![license: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
    
    Tack gives your agents a shared memory for the repo, so each new session can pick up where the last one left off.
    
    Static instruction files go out of date as soon as the code changes. Tack keeps a shared record in `./.tack/` and checks that memory against the codebase, so the next agent starts with context that still matches reality.
    
    ## Install
    
    1. Install Tack. If you prefer not to install globally, use `npx tack-cli@latest` instead of `tack`.
    
    ```bash
    npm install -g tack-cli
    ```
    
    2. Initialize the repo and install your agent startup instructions once.
    
    ```bash
    tack init
    tack setup-agent
    ```
    
    3. Keep `tack watch` open in a second terminal so you can see what the agent is doing.
    
    ```bash
    tack watch
    ```
    
    4. Start the MCP server from the repo root with a visible agent label.
    
    ```bash
    TACK_AGENT_NAME=cursor tack mcp
    ```
    
    On Windows PowerShell, set the label like this instead:
    
    ```powershell
    $env:TACK_AGENT_NAME="cursor"
    tack.cmd mcp
    ```
    
    5. Check `tack watch` for these events:
    
    - `READY` means the MCP session connected
    - `READ` means the agent read `tack://session` or another Tack context resource
    - `WRITE` means the agent wrote memory back with `checkpoint_work`, `log_decision`, or `log_agent_note`
    
    If you see `READY`, `READ`, and `WRITE`, the agent is actually using Tack.
    
    When you wrap up a session, create a handoff:
    
    ```bash
    tack handoff
    ```
    
    Read the full guides:
    
    - [Product Direction](./docs/product-direction.md)
    - [Getting Started](./docs/getting-started.md)
    - [Agent Workflow](./docs/agent-workflow.md)
    - [MCP Clients](./docs/mcp-clients.md)
    - [Watch Mode](./docs/watch.md)
    - [CLI Reference](./docs/cli.md)
    - [Detectors And YAML Rules](./docs/detectors.md)
    
    ## What Tack Actually Does
    
    - Keep implementation facts aligned with the real codebase
    - Stop stale project instructions from

    Tags

    ai-agentsclaudeclaude-codeclicontextcursordeveloper-toolsmcpopen-source

    Comments

    More Agents

    View all
    documentation

    Documentation & Onboarding Agent

    Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.

    C
    Community
    debugging

    Cursor Bug Triage Agent

    Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.

    C
    Community
    api

    API Integration Agent

    Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.

    C
    Community
    coding

    Cursor Agent Mode

    Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.

    C
    Cursor Team
    cloud

    Cursor Background Agent

    Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.

    C
    Cursor Team
    composer

    Cursor Composer Agent

    Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.

    C
    Cursor Team

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.