Back to Apps

SlopWatch
by joodascode
AI accountability tools to track what AI claims vs what it actually implements, preventing implementation gaps in real-time.
0 stars
Works in:CursorWindsurf
Exposes:Tools
What it does
SlopWatch is an AI accountability MCP server designed to stop AI assistants from lying about the changes they've implemented. It allows developers to register a claim (what the AI says it will do) and then verify if the resulting code actually matches that claim, providing a percentage-based accuracy score.
Tools
slopwatch_claim_and_verify: The recommended combined tool to claim and verify an implementation in a single call.slopwatch_claim: Registers a specific implementation claim to be verified later.slopwatch_verify: Verifies a previously registered claim against the updated file contents.slopwatch_status: Returns overall accountability stats, including the accuracy score (e.g., 95% of claims passed).slopwatch_setup_rules: Generates a.cursorrulesfile for automatic enforcement within the Cursor IDE.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"slopwatch": {
"command": "npx",
"args": ["slopwatch-mcp-server"]
}
}
}
Supported hosts
- claude
- cursor
- windsurf
Quick install
npx slopwatch-mcp-serverInformation
- Pricing
- free
- Published
- 7/21/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to MCP settings: Name: SlopWatch, Type: stdio, Command: npx slopwatch-mcp-serverClaude Desktop
{
"mcpServers": {
"slopwatch": {
"command": "npx",
"args": ["slopwatch-mcp-server"]
}
}
}





