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

    lumora

    quintant February 21, 2026
    2 copies 0 downloads

    Offline MCP server for AI coding agents with semantic code search, symbol intelligence, dependency graphs, and safe file operations.

    Agent Definition
    # Lumora
    
    **One MCP server. Full codebase intelligence. Complete file operations.**
    
    Lumora gives AI coding agents everything they need to understand and modify a codebase — semantic code search, dependency graphs, symbol lookup, file reading, editing, and creation — through a single MCP connection.
    
    No cloud. No API keys. Just `cargo install lumora` and go.
    
    ## The Problem
    
    AI coding agents are powerful, but they're flying blind. They `cat` entire files, `grep` for strings, and hope for the best. The result: bloated context windows, missed connections, and wasted tokens.
    
    **Without Lumora**, your agent:
    - Reads entire files when it only needs 10 lines
    - Can't tell you what calls a function without scanning every file
    - Has no concept of dependency paths between modules
    - Burns tokens on irrelevant code just to find what it needs
    
    **With Lumora**, your agent:
    - Reads exactly the lines it needs with automatic truncation
    - Finds all callers, references, and definitions through a semantic graph
    - Traces dependency paths between any two files or symbols
    - Gets minimal, high-signal context slices — not entire files
    
    ## Install
    
    ```bash
    cargo install lumora
    ```
    
    Requires a C toolchain for tree-sitter and bundled SQLite:
    - **Linux**: `sudo apt install build-essential` (or equivalent)
    - **macOS**: `xcode-select --install`
    - **Windows**: Visual Studio C++ Build Tools
    
    ## Quick Start
    
    Lumora auto-detects your repository root from the current directory. No `--repo` flag needed.
    
    ```bash
    # Index your codebase (run from anywhere inside the repo)
    lumora index
    
    # Search the graph
    lumora query symbol main
    lumora query refs index_repository --order score_desc --limit 50
    
    # Start the MCP server
    lumora mcp
    ```
    
    ### MCP Setup
    
    Lumora works with any MCP-compatible coding tool. Pick your client below.
    
    <details>
    <summary><strong>Claude Code</strong></summary>
    
    ```bash
    Claude MCP add lumora lumora mcp
    ```
    </details>
    
    <details>
    <summary><strong>OpenCode</strong></summary>
    
    Add to `opencode

    Tags

    ai-agentsclaude-codeclicode-graphcode-intelligencecode-navigationcode-searchcodexcoding-agentscursor

    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.