M00N Report for Cursor
io.github.m00nreport/mcp-server
Test management over MCP: author cases, run manual executions, cut releases, read health
client:Cursor
transport:stdio
runtime:npm
Install M00N Report in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs