🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@frappe-inspector/mcp

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frappe-inspector/mcp

Local MCP server for Frappe-aware security scans, explanations and remediation guidance.

latest
npmnpm
Version
1.4.0
Version published
Maintainers
1
Created
Source

Frappe Inspector MCP Server

The local stdio MCP server exposes read-only Frappe project analysis to compatible AI clients.

{
  "mcpServers": {
    "frappe-inspector": {
      "command": "frappe-inspector-mcp",
      "args": [],
      "env": {
        "FRAPPE_INSPECTOR_LICENSE_KEY": "${FRAPPE_INSPECTOR_LICENSE_KEY}"
      }
    }
  }
}

Tools include project scan, finding explanation with source-to-sink evidence, pull request and migration plan review, DocType listing, effective schema lookup, field usage search, Git schema comparison and CI report generation. Project files are read as text and never executed.

MCP 1.4.0 adds review_new_frappe_pull_request, which filters findings by stable fingerprint against a Git base, and create_frappe_migration_plan, which returns read-only ordered migration guidance including safe changes. MCP does not create suppressions, generate HTML or write PR comments. Those responsibilities remain with the CLI/editor or GitHub Action.

The MCP server shares the local device record with the CLI but keeps its product-bound certificate separate. Run frappe-inspector license deactivate to release both CLI and MCP access for this device.

Documentation: https://github.com/Belius303/frappe-inspector-support

Keywords

mcp

FAQs

Package last updated on 02 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts