高性能MCP服务器
一个快速、安全的MCP服务器,通过WebAssembly插件扩展功能。
快速入门
-
创建配置文件:
- Linux:
$HOME/.config/hyper-mcp/config.json
- Windows:
C:\Users\用户名\AppData\Roaming\hyper-mcp\config.json
- macOS:
$HOME/Library/Application Support/hyper-mcp/config.json
配置示例:
{ "plugins": [ { "name": "time", "path": "oci://ghcr.io/tuananh/time-plugin:latest" } ] }
- Linux:
-
启动服务:
hyper-mcp
-
使用SSE传输时,添加参数:
--transport sse
。 -
调试时设置环境变量:
RUST_LOG=info
。 -
如果加载未签名插件,在配置中设置:
insecure_skip_signature
为true
。
更多信息请查看 完整文档。