MCP-Jailbreak

stealthmachines/MCP-Jailbreak
★ 0 stars JavaScript 🤖 AI/LLM Updated today
A local server & environment with a powerful set of tools for adding agentic MCP functionality to LM Studio
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-jailbreak": {
      "command": "npx",
      "args": [
        "-y",
        "stealthmachines/MCP-Jailbreak"
      ]
    }
  }
}