A local server & environment with a powerful set of tools for adding agentic MCP functionality to LM Studio
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-jailbreak npx -y stealthmachines/MCP-Jailbreak
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-jailbreak": {
"command": "npx",
"args": [
"-y",
"stealthmachines/MCP-Jailbreak"
]
}
}
}