lacuna-mcp-server

sourjya/lacuna-mcp-server
★ 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.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lacuna-mcp-server": {
      "command": "uvx",
      "args": [
        "lacuna-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install lacuna-mcp-server