MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

AI Firewall that provides automatic protection for AI applications

Created 5/28/2025
Updated 4 days ago
Repository documentation and setup instructions

Shows a black knight in light color mode and a white knight one in dark color mode.

MCP Defender

Automatically protects MCP traffic in AI apps

GitHub stars Discord Twitter Follow GitHub License

🛡️ MCP Defender is a desktop application that automatically protects your computer from malicious MCP traffic.

🚦 All MCP tool call requests and responses from AI apps like Cursor, Claude and Windsurf are automatically proxied through MCP Defender.

🔎 The intercepted data is then checked against security signatures - if anything harmful is detected, MCP Defender will alert you and ask if you want to allow or block the tool call from proceeding.

Demos

https://github.com/user-attachments/assets/363ae2b1-e395-4cdc-b5ca-e9862baf89c3

Quick Start

Download MCP Defender for Mac

Windows & Linux Coming Soon

Alternatively you can clone the git repo, and run it as follows:

# Install dependencies
npm install

# Start app
npm start

Contributing

We love contributions! Feel free to open issues for bugs or feature requests.

License

MCP Defender is CC BY-NC-SA 4.0 licensed.

Quick Setup
Installation guide for this server

Cursor configuration (mcp.json)

{ "mcpServers": { "mcp-defender-mcp-defender": { "command": "mcp-defender-mcp-defender", "args": [] } } }