Skip to content
Grok

M00N Report for Grok

io.github.m00nreport/mcp-server

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

client:Grok transport:stdio runtime:npm

Install M00N Report in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "mcp-server": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

M00N Report in other clients