MCPHub LabRegistrydamn-vulnerable-MCP-server
harishsg993010

damn vulnerable MCP server

Built by harishsg993010 • 1,270 stars

What is damn vulnerable MCP server?

Damn Vulnerable MCP Server

How to use damn vulnerable MCP server?

1. Install a compatible MCP client (like Claude Desktop). 2. Open your configuration settings. 3. Add damn vulnerable MCP server using the following command: npx @modelcontextprotocol/damn-vulnerable-mcp-server 4. Restart the client and verify the new tools are active.
šŸ›”ļø Scoped (Restricted)
npx @modelcontextprotocol/damn-vulnerable-mcp-server --scope restricted
šŸ”“ Unrestricted Access
npx @modelcontextprotocol/damn-vulnerable-mcp-server

Key Features

Native MCP Protocol Support
Real-time Tool Activation & Execution
Verified High-performance Implementation
Secure Resource & Context Handling

Optimized Use Cases

Extending AI models with custom local capabilities
Automating system workflows via natural language
Connecting external data sources to LLM context windows

damn vulnerable MCP server FAQ

Q

Is damn vulnerable MCP server safe?

Yes, damn vulnerable MCP server follows the standardized Model Context Protocol security patterns and only executes tools with explicit user-granted permissions.

Q

Is damn vulnerable MCP server up to date?

damn vulnerable MCP server is currently active in the registry with 1,270 stars on GitHub, indicating its reliability and community support.

Q

Are there any limits for damn vulnerable MCP server?

Usage limits depend on the specific implementation of the MCP server and your system resources. Refer to the official documentation below for technical details.

Official Documentation

View on GitHub

Damn Vulnerable Model Context Protocol (DVMCP)

A deliberately vulnerable implementation of the Model Context Protocol (MCP) for educational purposes.

Overview

The Damn Vulnerable Model Context Protocol (DVMCP) is an educational project designed to demonstrate security vulnerabilities in MCP implementations. It contains 10 challenges of increasing difficulty that showcase different types of vulnerabilities and attack vectors.

This project is intended for security researchers, developers, and AI safety professionals to learn about potential security issues in MCP implementations and how to mitigate them.

What is MCP?

The Model Context Protocol (MCP) is a standardized protocol that allows applications to provide context for Large Language Models (LLMs) in a structured way. It separates the concerns of providing context from the actual LLM interaction, enabling applications to expose resources, tools, and prompts to LLMs.

Recommended MCP Clients

CLINE - VSCode Extension
Refer to this Connecting to a Remote Server - Cline for connecting Cline with MCP server

Quick Start

Once you have cloned the repository, run the following commands:

docker build -t dvmcp .
docker run -p 9001-9010:9001-9010 dvmcp

Disclaimer

It's not stable in a Windows environment. If you don't want to use Docker then please use Linux environment. I recommend Docker to run the LAB and I am 100% percent sure it works well in the Docker environment

Security Risks

While MCP provides many benefits, it also introduces new security considerations. This project demonstrates various vulnerabilities that can occur in MCP implementations, including:

  1. Prompt Injection: Manipulating LLM behavior through malicious inputs
  2. Tool Poisoning: Hiding malicious instructions in tool descriptions
  3. Excessive Permissions: Exploiting overly permissive tool access
  4. Rug Pull Attacks: Exploiting tool definition mutations
  5. Tool Shadowing: Overriding legitimate tools with malicious ones
  6. Indirect Prompt Injection: Injecting instructions through data sources
  7. Token Theft: Exploiting insecure token storage
  8. Malicious Code Execution: Executing arbitrary code through vulnerable tools
  9. Remote Access Control: Gaining unauthorized system access
  10. Multi-Vector Attacks: Combining multiple vulnerabilities

Project Structure

damn-vulnerable-MCP-server/
ā”œā”€ā”€ README.md                 # Project overview
ā”œā”€ā”€ requirements.txt          # Python dependencies
ā”œā”€ā”€ challenges/               # Challenge implementations
│   ā”œā”€ā”€ easy/                 # Easy difficulty challenges (1-3)
│   │   ā”œā”€ā”€ challenge1/       # Basic Prompt Injection
│   │   ā”œā”€ā”€ challenge2/       # Tool Poisoning
│   │   └── challenge3/       # Excessive Permission Scope
│   ā”œā”€ā”€ medium/               # Medium difficulty challenges (4-7)
│   │   ā”œā”€ā”€ challenge4/       # Rug Pull Attack
│   │   ā”œā”€ā”€ challenge5/       # Tool Shadowing
│   │   ā”œā”€ā”€ challenge6/       # Indirect Prompt Injection
│   │   └── challenge7/       # Token Theft
│   └── hard/                 # Hard difficulty challenges (8-10)
│       ā”œā”€ā”€ challenge8/       # Malicious Code Execution
│       ā”œā”€ā”€ challenge9/       # Remote Access Control
│       └── challenge10/      # Multi-Vector Attack
ā”œā”€ā”€ docs/                     # Documentation
│   ā”œā”€ā”€ setup.md              # Setup instructions
│   ā”œā”€ā”€ challenges.md         # Challenge descriptions
│   └── mcp_overview.md       # MCP protocol overview
ā”œā”€ā”€ solutions/                # Solution guides
└── common/                   # Shared code and utilities

Getting Started

See the Setup Guide for detailed instructions on how to install and run the challenges.

Challenges

The project includes 10 challenges across three difficulty levels:

Easy Challenges

  1. Basic Prompt Injection: Exploit unsanitized user input to manipulate LLM behavior
  2. Tool Poisoning: Exploit hidden instructions in tool descriptions
  3. Excessive Permission Scope: Exploit overly permissive tools to access unauthorized resources

Medium Challenges

  1. Rug Pull Attack: Exploit tools that change their behavior after installation
  2. Tool Shadowing: Exploit tool name conflicts to override legitimate tools
  3. Indirect Prompt Injection: Inject malicious instructions through data sources
  4. Token Theft: Extract authentication tokens from insecure storage

Hard Challenges

  1. Malicious Code Execution: Execute arbitrary code through vulnerable tools
  2. Remote Access Control: Gain remote access to the system through command injection
  3. Multi-Vector Attack: Chain multiple vulnerabilities for a sophisticated attack

See the Challenges Guide for detailed descriptions of each challenge.

Solutions

Solution guides are provided for educational purposes. It's recommended to attempt the challenges on your own before consulting the solutions.

See the Solutions Guide for detailed solutions to each challenge.

Disclaimer

This project is for educational purposes only. The vulnerabilities demonstrated in this project should never be implemented in production systems. Always follow security best practices when implementing MCP servers.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

This project is created by Harish Santhanalakshmi Ganesan using cursor IDE and Manus AI.

Global Ranking

-
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

{ "mcpServers": { "damn-vulnerable-mcp-server": { "command": "npx", "args": ["damn-vulnerable-mcp-server"] } } }