murphys laws for VS Code
com.murphys-laws/murphys-laws
Access 1,500+ Murphy's Laws: search, browse by category, random, daily, submit.
client:VS Code
transport:stdio
runtime:npm
Install murphys laws in VS Code
.vscode/mcp.json
{
"servers": {
"murphys-laws": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"murphys-laws-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs