hyper-mcp
活跃·★ 877·Apache-2.0·更新于 2026-05-29
★ 宝藏工具★ 大模型基础设施★ 开发者工具
一个快速、安全的MCP服务器,通过WebAssembly插件扩展其功能。
hyper-mcp 是一个快速、安全的MCP服务器,旨在通过WebAssembly插件扩展其功能。它简化了将AI功能添加到应用程序的过程,支持Claude Desktop、Cursor IDE及其他MCP兼容应用,其插件可通过容器注册表进行分发。
#MCP服务器#WebAssembly#插件系统#AI集成#安全性#OCI注册表#跨平台#边缘计算
01
功能特性
01使用任何可编译为WebAssembly的语言编写插件
02通过标准OCI注册表(如Docker Hub)分发插件
03使用WASM进行沙盒隔离,实现安全执行和资源限制
04轻量级,适用于资源受限环境
05开箱即用的跨平台兼容性
02
兼容性
Rust
运行时/语言
已通过文档验证
WebAssembly
插件运行时
已通过文档验证
Linux
操作系统
已通过文档验证
Windows
操作系统
已通过文档验证
macOS
操作系统
已通过文档验证
OCI Registry
分发
已通过文档验证
03
快速开始
1
$ cargo install hyper-mcp
04
使用场景
↳轻松为现有应用程序添加AI功能
↳扩展Claude Desktop和Cursor IDE等应用程序
↳在各种环境(从云端到边缘)部署自定义逻辑
↳在无服务器、移动或物联网环境中运行安全、沙盒化的插件
05
同类工具
相关搜索
评论
登录后发表评论
- SSpencer White2026年5月5日
Finally, a fast server that doesn't drag down my local system resources.
- RReese Brown2026年5月2日
Easily pulls WASM plugins directly from our private GHCR container registry.
- RRiley Kim2026年5月1日
Running untrusted MCP tools in WebAssembly sandboxes is a game-changer for agentic security.
- Emerson Lee2026年4月28日
Took me a minute to figure out the OCI registry configuration, but works solid once set up.
- CCorey Johnson2026年4月23日
Can we pass custom env variables directly into the WASI runtime yet?