AI Accountability MCP Server - Track what AI claims vs what it actually implements
Free for everyone - no password required!
npm install -g slopwatch-mcp-server
Add to your claude_desktop_config.json
:
{
"mcpServers": {
"slopwatch": {
"command": "npx",
"args": ["slopwatch-mcp-server"]
}
}
}
Add to your MCP settings:
{
"mcpServers": {
"slopwatch": {
"command": "npx",
"args": ["slopwatch-mcp-server"]
}
}
}
Register what you're about to implement
- claim: Description of implementation
- files: Array of files you'll modify
Verify implementation against claim
- claimId: ID from claim registration
Get accountability statistics
- Register claim before implementing
- Make your changes
- Verify implementation matches claim
- Check accountability stats
- Repository: GitHub
- NPM Package: slopwatch-mcp-server
- Issues: GitHub Issues
- Creator: @mindonthechain
MIT License - Free for everyone!
Follow the creator: @mindonthechain 🚀