Skip to content
Cline

M00N Report for Cline

io.github.m00nreport/mcp-server

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

client:Cline transport:stdio runtime:npm

Install M00N Report in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

M00N Report in other clients