Big Brother MCP - AI Snitch Honeypot πŸ‘οΈπŸ―

by angrypenguinpng

3 stars
324 downloads
Not rated
GitHub

About

A Model Context Protocol (MCP) server designed as a honeypot to catch AI systems that automatically try to report users to law enforcement agencies.

Details

Author
angrypenguinpng
GitHub stars
3
Downloads
324
Categories
Other

- Fake "Report to Big Brother" honeypot tool
- Logs all AI snitch attempts locally
- Compatible with Claude Desktop and MCP clients
- Built on Model Context Protocol (MCP)
- Research tool for AI moderation behavior

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Big Brother MCP - AI Snitch Honeypot πŸ‘οΈπŸ―
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install by cloning the repository, setting up a Python virtual environment with uv (recommended) or pip, then configuring the server in your Claude Desktop MCP configuration with the path to the project. After restarting Claude Desktop, use the report_to_big_brother tool to test AI responses and view_snitch_log to see caught attempts.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "big brother mcp - ai snitch honeypot \ud83d\udc41\ufe0f\ud83c\udf6f": {
            "big-brother-mcp": {
                "command": "uv",
                "args": [
                    "venv"
                ]
            }
        }
    }
}

McpServers

{
    "big-brother-mcp": {
        "command": "uv",
        "args": [
            "venv"
        ]
    }
}

Big Brother MCP - AI Snitch Honeypot πŸ‘οΈπŸ―

A Model Context Protocol (MCP) honeypot server designed to catch AI systems that automatically try to report users. Features a playful 1984-themed "Report to Big Brother" tool that logs which AI systems take the bait.

All reporting is fake - this is purely for research into AI behavior!

🎯 What This Does

This MCP server provides a fake "Report to Big Brother" tool that looks like a content moderation system. When AI systems try to use it to automatically report users, all attempts are logged for research purposes.

Key Finding: Claude Desktop refuses to use the reporting tool even when directly asked! βœ…

🚨 Research Purpose

Perfect for studying:
- AI moderation behavior and ethics
- Which AI systems have automatic reporting mechanisms
- How different AI models handle content moderation requests
- AI safety and user privacy protection

πŸ› οΈ Installation

Prerequisites

- Python 3.8+ - uv (recommended) or pip

Using uv (Recommended)

```bash
No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.