slopspotter

conranpearce/slopspotter
★ 0 stars Rust 🤖 AI/LLM Updated today
Detects AI-hallucinated (slopsquatted) Python packages before they get installed. CLI + stdio MCP server for AI coding agents.
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": {
    "slopspotter": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "slopspotter"
      ]
    }
  }
}