Skip to content
Zed

M00N Report for Zed

io.github.m00nreport/mcp-server

Test management over MCP: author cases, run manual executions, cut releases, read health

client:Zed transport:stdio runtime:npm

Install M00N Report 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": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@m00nsolutions/mcp-server"
      ],
      "env": {
        "M00N_API_URL": "<M00N_API_URL>",
        "M00N_API_KEY": "<M00N_API_KEY>",
        "M00N_DEBUG": "<M00N_DEBUG>",
        "M00N_TIMEOUT_MS": "<M00N_TIMEOUT_MS>",
        "M00N_INSECURE_SSL": "<M00N_INSECURE_SSL>"
      }
    }
  }
}

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

M00N Report in other clients