Command Palette

Search for a command to run...

UnylyUnyly
Unyly▸ Q&A

Is MCP secure?

▸ TL;DR

Yes, when you use MCPs from a vetted catalog. Unyly auto-scans every MCP for leaked secrets and malicious dependencies. Avoid installing random GitHub gists without verification.

Open Unyly catalog

Full answer

MCP itself is a transport protocol — it's as secure as the servers you connect. The risk is installing a malicious server that exfiltrates your API keys or runs arbitrary code. Mitigation: install only from catalogs that scan for security issues (Unyly does this automatically), prefer verified MCPs with published audits, use fine-grained API tokens with minimum scopes, run untrusted MCPs inside a sandbox or hosted runner.

Related questions