Skip to content
Zed

Frappe Inspector for Zed

io.github.belius303/frappe-inspector

Static analysis tools for Frappe Framework and ERPNext projects via local stdio MCP.

client:Zed transport:stdio runtime:npm

Install Frappe Inspector in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "frappe-inspector": {
      "command": "npx",
      "args": [
        "-y",
        "@frappe-inspector/mcp"
      ],
      "env": {
        "FRAPPE_INSPECTOR_LICENSE_KEY": "<FRAPPE_INSPECTOR_LICENSE_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Frappe Inspector in other clients