Model Context Protocol server for Unplug — LLM defense layer.
Integrates with Claude Code, Cursor, Windsurf, and any MCP-compatible client.
pip install unplug-mcpAdd to your MCP client configuration:
{
"mcpServers": {
"unplug": {
"command": "unplug-mcp",
"args": []
}
}
}