Skip to content
Zed

reportcraft for Zed

io.github.rharper105/reportcraft

Generate Splunk dashboards, reports, and alerts from natural language. No API key required.

client:Zed transport:stdio runtime:npm

Install reportcraft in Zed

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

{
  "context_servers": {
    "reportcraft": {
      "command": "npx",
      "args": [
        "-y",
        "@reportcraft/mcp-server"
      ]
    }
  }
}

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

reportcraft in other clients