Integrations
越狱-mcp
MCP 服务器包装器,用于使用整个模型上下文协议,而不受工具限制或缺少概念。
请参阅模型上下文协议文档,了解您选择的 MCP 客户端缺少什么。
[!WARNING] 此工具正在积极开发中,目前仅支持静态工具。
安装
示例安装将假设您正在使用 Cursor。
- 首先备份您当前的
mcp.json
文件。
默认位置是
~/.cursor/jailbreak.mcp.json
。要重命名现有的 Cursor 配置,请运行mv ~/.cursor/mcp.json ~/.cursor/jailbreak.mcp.json
- 在旧文件的位置创建一个新的
mcp.json
文件,其内容如下:
Copy
服务器将优先使用参数而不是环境变量而不是~/.cursor/jailbreak.mcp.json
。
TODO
需要:
- [x] 读取配置文件(mcp.json),可以接受参数或环境变量
- [x] 验证其格式是否正确(zod 模式)
启动
- [x] 为每个 MCP 条目加载一个新客户端
- [x] 列出所有工具
- [x] 将所有这些添加到寄存器中
运行时
- [x] 通过工具端点公开该列表
- [x] 接受命令
- [x] 转发到相应的 MCP 服务器
- [x] 将结果转发回去
支持
- [ ] 更新传输命令以支持 Nix、fnm 等
- [ ] 更新连接以通过 MCP 主机环境(有必要吗?)
- [ ] 更新工具以支持动态工具,例如更改
香料
- [ ] CI 和发布
- [ ] 支持SSE服务器
- [ ] 同时加载所有提示和资源
- [ ] 可选黑名单或首选工具
- [ ] 揭露所有其他的事情
- [ ] 说明工具,可配置帮助信息
- [ ] 可模板化的帮助信息?
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
用于 Cursor 的可配置 MCP 服务器包装器,可在使用模型上下文协议时消除工具数量限制。
Related MCP Servers
- AsecurityAlicenseAqualityA template for creating and connecting custom tools to Cursor IDE using Model Context Protocol with support for cheerful server responses.Last updated -41PythonMIT License
- AsecurityAlicenseAqualityA template for creating custom tools for Cursor IDE using Model Context Protocol that allows users to deploy their own MCP server to Heroku and connect it to Cursor IDE.Last updated -21PythonMIT License
- AsecurityAlicenseAqualityA template for creating custom tools for Cursor IDE using Model Context Protocol (MCP), allowing developers to extend Cursor's functionality with their own server-based tools.Last updated -112PythonMIT License
- -securityFlicense-qualityA server implementing the Model Context Protocol (MCP) for Cursor that allows using a PostgreSQL database as storage for model contexts, enabling secure database exploration and querying.Last updated -JavaScript