Strip AI tells from text: em-dashes, slop words, and stock phrases, in one deterministic local pass. CLI, GitHub Action, Obsidian plugin, and MCP server.
View on GitHub →
🔍 Audit Wallet Slippage →
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": {
"slop-chop": {
"command": "go",
"args": [
"run",
"github.com/dcadolph/slop-chop@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add slop-chop go run github.com/dcadolph/slop-chop@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"slop-chop": {
"command": "go",
"args": [
"run",
"github.com/dcadolph/slop-chop@latest"
]
}
}
}
📋 Copy
Topics
ai ai-detection chatgpt cli github-action golang linter llm markdown mcp mcp-server obsidian obsidian-plugin proofreading text