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
{
"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