Skip to content

smithery-ai/SlopWatch-1

 
 

Repository files navigation

SlopWatch MCP Server

AI Accountability MCP Server - Track what AI claims vs what it actually implements

NPM Version NPM Downloads License: MIT

Installation

Free for everyone - no password required!

npm install -g slopwatch-mcp-server

Configuration

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "slopwatch": {
      "command": "npx",
      "args": ["slopwatch-mcp-server"]
    }
  }
}

Cursor

Add to your MCP settings:

{
  "mcpServers": {
    "slopwatch": {
      "command": "npx",
      "args": ["slopwatch-mcp-server"]
    }
  }
}

Tools

slopwatch_claim

Register what you're about to implement

  • claim: Description of implementation
  • files: Array of files you'll modify

slopwatch_verify

Verify implementation against claim

  • claimId: ID from claim registration

slopwatch_status

Get accountability statistics

Usage

  1. Register claim before implementing
  2. Make your changes
  3. Verify implementation matches claim
  4. Check accountability stats

Links

License

MIT License - Free for everyone!


Follow the creator: @mindonthechain 🚀

About

SlopWatch is a Model Context Protocol (MCP) server that provides AI accountability tools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.8%
  • TypeScript 14.1%
  • Shell 3.8%
  • Dockerfile 1.3%