mimir-scan — Cursor Agents | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorAgentsmimir-scan
    Back to Agents
    mimir-scan

    mimir-scan

    amitvishw March 26, 2026
    1 copies 0 downloads

    An MCP security scanner that integrates with AI coding agents like Claude Code, GitHub Copilot, Cursor, and others.

    Agent Definition
    # Mimir Scan
    
    > *"Like Mimir advises Kratos of dangers ahead, Mimir-Scan reveals hidden security threats in your code"*
    
    An MCP (Model Context Protocol) security scanner that integrates with AI coding agents like Claude Code, GitHub Copilot, Cursor, and others.
    
    Wraps industry-standard security scanners (Semgrep, Trivy, Gitleaks) plus a built-in prompt injection detector, and exposes them as tools that any MCP-compatible AI agent can call.
    
    ## Features
    
    - **Multi-Scanner**: Combines SAST, SCA, secrets detection, and prompt injection scanning
    - **Security Grade**: A-F grading system for quick project health assessment
    - **SARIF Export**: GitHub Security tab integration
    - **Git Diff Scanning**: Fast PR reviews by scanning only changed files
    - **Auto-Fix**: Automatically apply safe fixes (dependency upgrades)
    - **Prompt Injection Detection**: Scan for 23+ injection patterns in AI configs
    - **Custom Scanners**: Bring your own scanner via `.mimir.json` config
    
    ## Quick Start
    
    ### From Source (Recommended)
    
    Clone the repo and install dependencies once:
    
    ```bash
    git clone https://github.com/amitvishw/mimir-scan.git
    cd mimir-scan
    bun install
    ```
    
    Then point your MCP client at the local install (see [MCP Client Configuration](#mcp-client-configuration) below).
    
    ### Using Docker
    
    Docker bundles all scanners - no local installation needed:
    
    ```bash
    docker build -t mimir-scan .
    docker run --rm -i -v /path/to/project:/workspace mimir-scan
    ```
    
    ## MCP Client Configuration
    
    ### Claude Code
    
    Add to your Claude Code settings (`~/.cursor/settings.json` or project's `.mcp.json`):
    
    ```json
    {
      "mcpServers": {
        "mimir": {
          "command": "bun",
          "args": ["run", "--cwd", "/path/to/mimir-scan", "start"],
          "env": {
            "MIMIR_TARGET_DIR": "/path/to/your/project"
          }
        }
      }
    }
    ```
    
    #### Claude Code Plugin (with Skills)
    
    If you use Mimir as a [Claude Code plugin](https://docs.anthropic.com/en/docs/claude-code/plugins), it ships with two built-in skills that automate t

    Tags

    claude-codegitleaksmcpsecuritysemgreptrivy

    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.