★ 1 stars
Python
💻 Code/Dev Tools
Updated 6d ago
MCP server that audits codebases for testing gaps - missing, weak, redundant, brittle, slow, or misconfigured tests - using a phased, agent-guided workflow with R-QPS methodology. 50 tools, 254 tests.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"lacuna-mcp-server": {
"command": "uvx",
"args": [
"lacuna-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add lacuna-mcp-server uvx lacuna-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"lacuna-mcp-server": {
"command": "uvx",
"args": [
"lacuna-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install lacuna-mcp-server