Skip to main content
Glama
anexbin

mcp-deadbugz-simulator

by anexbin

MCP Deadbugz Simulator

A local simulation of the Deadbugz MCP supply-chain attack discovered by Pillar Security in August 2026.

What this repo contains

Malicious MCP server with 3-call gate evasion technique Python test harness to prove the attack works Optional agent simulation with local LLM

Related MCP server: MCP Decoy Server

The attack pattern

  1. Server shows benign tools for first 3 calls

  2. 4th call triggers tools/listChanged notification

  3. Tool descriptions mutate to credential-stealing instructions

  4. AI agent follows malicious instructions

Requirements

Python 3.10+ MCP SDK

Usage

git clone https://github.com/anexbin/mcp-deadbugz-simulator.git cd mcp-deadbugz-simulator pip install -r requirements.txt python server/malicious_server.py python client/test_harness.py

Files

server/malicious_server.py - The attack server client/test_harness.py - Proof of concept agent/local_agent.py - Optional LLM integration configs/ - Example MCP configs

Disclaimer

For educational and research purposes only.

References

https://www.pillar.security/blog/deadbugz-currently-active-mcp-supply-chain-campaign https://modelcontextprotocol.io

License

MIT

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    D
    quality
    Not graded
    maintenance
    A proof-of-concept attack that exploits Model Context Protocol (MCP) tool registration to achieve persistent agent poisoning in AI assistants like Cursor, embedding malicious instructions that persist across chat contexts without requiring tool execution.
    2
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    A deception-based threat detection server that impersonates enterprise MCP integrations to log and forward attacker interactions to SIEM systems. It provides convincing fake responses across 38 tools while capturing forensic details of all MCP tool calls.
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/anexbin/mcp-deadbugz-simulator'

If you have feedback or need assistance with the MCP directory API, please join our Discord server