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

    codesift

    greglas75 March 17, 2026
    4 copies 0 downloads

    Token-efficient code intelligence for AI agents — 66 MCP tools via tree-sitter AST, BM25F search, semantic search, and LSP bridge

    Agent Definition
    # CodeSift -- Token-efficient code intelligence for AI agents
    
    CodeSift indexes your codebase with tree-sitter AST parsing and gives AI agents 160 MCP tools (47 core + 113 discoverable) via CLI or MCP server. It uses 61-95% fewer tokens than raw grep/Read workflows on typical code navigation tasks.
    
    **Works with:** Claude Code, Cursor, Codex, Cursor CLI, Zed, Aider, Continue — any MCP client.
    
    ## Install
    
    ```bash
    npm install -g codesift-mcp
    ```
    
    Then configure your AI coding tool (pick one, or use `all`):
    
    ```bash
    codesift setup cursor    # Claude Code — config + rules + hooks
    codesift setup codex     # Codex CLI — config + AGENTS.md rules
    codesift setup cursor    # Cursor IDE — config + .cursor/rules
    codesift setup cursor    # Cursor CLI — config + CLAUDE.md rules
    codesift setup antigravity # Google Antigravity — config only
    codesift setup all       # All platforms at once
    ```
    
    **What `setup` installs (all by default):**
    
    | Component | What it does | Opt-out |
    |-----------|-------------|---------|
    | **MCP config** | Registers codesift-mcp server | (required) |
    | **Rules file** | Tool mapping, hints, ALWAYS/NEVER rules for your AI agent | `--no-rules` |
    | **Hooks** (where supported) | Auto-index after Edit/Write, redirect large Read/Bash flows to CodeSift | `--no-hooks` |
    
    Additionally, every MCP client receives ~800 tokens of compact guidance automatically via the MCP `instructions` field — zero setup needed.
    
    ## Update
    
    ```bash
    npm update -g codesift-mcp
    codesift setup all              # Updates rules files to latest version
    codesift setup all --force      # Force-update even if you modified rules
    ```
    
    If you use `npx -y codesift-mcp` (the default), each platform automatically picks up the latest published version on next session start. Re-run `setup` to update rules files to the latest version.
    
    ## Quick start
    
    ```bash
    # Index a project
    codesift index /path/to/project
    
    # Search for a function
    codesift symbols local/my-project "createUser" --kind function --includ

    Tags

    ai-agentsclaude-codecode-intelligencecode-searchcodexcursordeveloper-toolslspmcpmcp-server

    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.