Live data from Hacker News

Show HN: MCP Defender – OSS AI Firewall for Protecting MCP in Cursor/Claude etc

mcpdefender.com

11–20 of 42 posts

Re: Show HN: MCP Defender – OSS AI Firewall for Protecting MCP in Cursor/Claude etc

#13

If your application can be significantly diverted from its intended purpose by the presence of instructions in a normal input file, your application is unsuitable for production workloads. This feels like installing an "antivirus" addon into wordpress instead of updating php.

You've just described human users. I see no new flaws

Re: Show HN: MCP Defender – OSS AI Firewall for Protecting MCP in Cursor/Claude etc

#14

What’s to stop an attacker from using prompt injection against this firewall? I don’t understand how your AI is anymore secure than the AI it’s protecting

I may be missing something, but in addition to this threat of prompt injection, you also have to trade trusting the arbitrary MCP server for trusting MCP Defender.

In the default mode, the app will interpose on the communication between, say, Claude, and a local MCP server. It will send the contents of the message (which may include the very sensitive information it is trying to protect) to a remote LLM, which you have to trust. The "scans" will be stored on a log on the server. Not to mention the potential extra delay for every MCP exchange?

This may be more secure, but is it really?

Re: Show HN: MCP Defender – OSS AI Firewall for Protecting MCP in Cursor/Claude etc

#17

What’s to stop an attacker from using prompt injection against this firewall? I don’t understand how your AI is anymore secure than the AI it’s protecting

I may be missing something, but in addition to this threat of prompt injection, you also have to trade trusting the arbitrary MCP server for trusting MCP Defender. In the default mode, the app will interpose on the communication between, say, Claude, and a local MCP server. It will send the contents of the message (which may include the very sensitive information it is trying to protect) to a remote LLM, which you ha…

We'll be adding the ability to run MCP Defender through a local LLM soon, so using that approach no data will leave your computer to perform a scan.

Yes, there is a delay for MCP exchange, but I imagine that most MCP calls in the future will be done in "YOLO" mode where the user prompts a large task and an agent makes 1000's of MCP calls over hours to accomplish it. This would add some time to the overall task but IMO this is a small price to pay for added security. Also, the delay will decrease over time.

Re: Show HN: MCP Defender – OSS AI Firewall for Protecting MCP in Cursor/Claude etc

#18

What’s to stop an attacker from using prompt injection against this firewall? I don’t understand how your AI is anymore secure than the AI it’s protecting

While Cursor and other apps can include security checks in their system prompt, MCP Defender provides an extra unified layer of security across all apps. Also, we're going to be adding the ability to have multiple models perform the scan in parallel so any prompt injection attack would have to work against all of the models you select.

Re: Show HN: MCP Defender – OSS AI Firewall for Protecting MCP in Cursor/Claude etc

#19

If your application can be significantly diverted from its intended purpose by the presence of instructions in a normal input file, your application is unsuitable for production workloads. This feels like installing an "antivirus" addon into wordpress instead of updating php.

I had the same thought while building this, but I really feel a tool like this is needed as MCP has a lot of surface area for attacks. Any MCP server that gets hacked exposes all users of that MCP server to serious security risk, unless they are really careful about inspecting every single MCP tool call they make.

Re: Show HN: MCP Defender – OSS AI Firewall for Protecting MCP in Cursor/Claude etc

#20

I know I'm being extremely ignorant here, you are seeing my thought process live, but antivirus/firewall for AI? I'm sure the likes of Bitdefender etc. will start including something like this if it's real. I just can't believe any of this is real. After computers and phone, is AI the next market for antiviruses, 1 click optimizing tools and registry cleaners? Kudos to you for making something, but if this is the nex…

We used Cursor + MCP tools like Cloudflare, Linear and Github to build and deploy a lot of MCP Defender, so I think the value is real. I had the same thought about it feeling like an antivirus/firewall many of us ran decades ago. Those always felt clunky and slowed down your computer. We'll try our best to avoid that fate
Post reply on HN