A deterministic, read-only MCP server and CLI that hunts false-green tests, tautological assertions, and mock-contract drift in your test suite.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"momus-mcp": {
"command": "npx",
"args": [
"-y",
"AraneaDev/Momus-MCP"
]
}
}
}
Run in terminal:
claude mcp add momus-mcp npx -y AraneaDev/Momus-MCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"momus-mcp": {
"command": "npx",
"args": [
"-y",
"AraneaDev/Momus-MCP"
]
}
}
}