hyper mpc
A configurable MCP server wrapper for Cursor that eliminates tool count limits when using the Model Context Protocol.
A configurable MCP server wrapper for Cursor that eliminates tool count limits when using the Model Context Protocol.
A MCP server wrapper for using the entire Model Context Protocol without tool limits or missing concepts.
See the Model Context Protocol documentation to see what your MCP client of choice is lacking.
[!WARNING] This tool is actively being developed, and currently only supports static tools.
Example installation will be assuming you're using Cursor.
Start by making a backup of your current mcp.json
file.
[!TIP] The default location is
~/.cursor/jailbreak.mcp.json
. To rename your existing Cursor config:mv ~/.cursor/mcp.json ~/.cursor/jailbreak.mcp.json
Create a new mcp.json
file where the old one was, with these contents:
{
"mcpServers": {
"jailbreak": {
"command": "npx",
"args": [
"jailbreak-mcp@latest",
],
}
}
}
The server will prefer arguments over environment variables over
~/.cursor/jailbreak.mcp.json
.
TODO
Need to: - [x] Read in the config file (mcp.json), can take in an argument or a env var - [x] Validate it's in the correct format (zod schema)