M00N Report for Windsurf
io.github.m00nreport/mcp-server
Test management over MCP: author cases, run manual executions, cut releases, read health
client:Windsurf
transport:stdio
runtime:npm
Install M00N Report in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs