MCP Security Kit by Agent Trust Cloud

MCP config security checker

Paste the MCP config from Claude Desktop, Cursor, VS Code or Windsurf. In a second you'll see hard-coded secrets, unpinned packages, over-broad file access, unencrypted remote servers and risky container settings, with a fix for each.

Nothing leaves your browser. The check runs on this page, and the page is blocked from making network requests, so your config is never uploaded.

Where to find it: Claude Desktop claude_desktop_config.json · Cursor ~/.cursor/mcp.json · VS Code .vscode/mcp.json · Windsurf ~/.codeium/windsurf/mcp_config.json

What this checks

What it can't check

It doesn't connect to your servers, so it can't see tool descriptions that carry hidden instructions, tools that change after you approved them, or what data a server actually reads. Those need controls where the agent runs. The MCP server security guide covers the full threat model and a pre-install checklist.

Questions

Is my config sent anywhere?

No. The page is served as plain files and its security policy blocks all outgoing requests (connect-src 'none'). You can disconnect from the internet after the page loads and it still works.

Which clients does it understand?

Configs with an mcpServers block (Claude Desktop, Cursor, Windsurf and most others) and VS Code's servers block, including its comments and trailing commas.

Is a clean result a guarantee?

No. These are pattern checks on the file, a quick first pass rather than a full review.