The scanning is currently done via an LLM I wonder if that just opens up some more attack vectors...
Show HN: MCP Defender – OSS AI Firewall for Protecting MCP in Cursor/Claude etc
11–20 of 42 posts
Re: Show HN: MCP Defender – OSS AI Firewall for Protecting MCP in Cursor/Claude etc
#12Re: Show HN: MCP Defender – OSS AI Firewall for Protecting MCP in Cursor/Claude etc
#13If 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.
Re: Show HN: MCP Defender – OSS AI Firewall for Protecting MCP in Cursor/Claude etc
#14What’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
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
#15This is cool. Are you accepting other mcp clients? The one I use isn’t listed.
Re: Show HN: MCP Defender – OSS AI Firewall for Protecting MCP in Cursor/Claude etc
#16The scanning is currently done via an LLM I wonder if that just opens up some more attack vectors...
Re: Show HN: MCP Defender – OSS AI Firewall for Protecting MCP in Cursor/Claude etc
#17What’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…
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
#18What’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
Re: Show HN: MCP Defender – OSS AI Firewall for Protecting MCP in Cursor/Claude etc
#19If 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.
Re: Show HN: MCP Defender – OSS AI Firewall for Protecting MCP in Cursor/Claude etc
#20I 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…