高性能MCP服务器

高性能MCP服务器

一个快速、安全的MCP服务器,通过WebAssembly插件扩展功能。

快速入门

  1. 创建配置文件:

    • 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" } ] }

  2. 启动服务:

    hyper-mcp

  3. 使用SSE传输时,添加参数:--transport sse

  4. 调试时设置环境变量:RUST_LOG=info

  5. 如果加载未签名插件,在配置中设置:insecure_skip_signaturetrue

更多信息请查看 完整文档