Hyper
📦️ A fast, secure MCP server that extends its capabilities through WebAssembly plugins.
📦️ A fast, secure MCP server that extends its capabilities through WebAssembly plugins.
暂未识别到可直接复制的 MCP 配置,请查看 GitHub README。后台管理员可以补充配置。
[](https://crates.io/crates/hyper-mcp) [](#license) [](https://github.com/hyper-mcp-rs/hyper-mcp/issues)  # hyper-mcp A fast, secure MCP server that extends its capabilities through WebAssembly plugins. ## What is it? hyper-mcp makes it easy to add AI capabilities to your applications. It works with Claude Desktop, Cursor IDE, and other MCP-compatible apps. Write plugins in your favorite language, distribute them through container registries, and run them anywhere - from cloud to edge. ## Features - Write plugins in any language that compiles to WebAssembly - Distribute plugins via standard OCI registries (like Docker Hub) - Built on [Extism](https://github.com/extism/extism) for rock-solid plugin support - Sanboxing with WASM: ability to limit network, filesystem, memory access - Lightweight enough for resource-constrained environments - Support `stdio` transport protocol - Deploy anywhere: serverless, edge, mobile, IoT devices - Cross-platform compatibility out of the box - Support tool name prefix to prevent tool names collision - Dynamic plugin loading and unloading (configurable) ## Security Built with security-first mindset: - Sandboxed plugins that can't access your system without permission - Memory-safe execution with resource limits - Secure plugin distribution through container registries - Fine-grained access control for host functions - OCI plugin images are signed at publish time and verified at load time with [sigstore](https://www.sigstore.dev/). ## Installation ### Prerequisites **cosign** — required for loading plugins from OCI registries (`oci://` URLs). hyper-mcp verifies the cryptographic signature of every OCI plugin before loading it to ensure the plugin has not been tampered with and comes from a trusted source. This verification is performed by shelling out to the [cosign](https://github.com/sigstore/cosign) CLI, which must be installed and available on your `PATH`. Install cosign by following the official instructions: **** > **Note:** If you only use `file://`, `http://`, `https://`, or `s3://` plugin URLs, cosign is not needed. You can also bypass signature verification for OCI plugins by setting `insecure_skip_signature: true` in your config or the `HYPER_MCP_INSECURE_SKIP_SIGNATURE=true` environment variable, but this is **not recommended** for production use. ### Pre-built binaries (GitHub Releases) Download the latest release for your platform from [GitHub Releases](https://github.com/hyper-mcp-rs/hyper-mcp/releases): Chose the version that you want and download the architecture-specific binary. | Platform | Architecture | Download | |---|---|---| | macOS | Apple Silicon (ARM64) | hyper-mcp-aarch64-apple-darwin.tar.gz | | Linux | ARM64 | hyper-mcp-aarch64-unknown-linux-gnu.tar.gz | | Linux | x86_64 | hyper-mcp-x86_64-unknown-linux-gnu.tar.gz | | Windows | x86_64 | hyper-mcp-x86_64-pc-windows-msvc.zip | **macOS / Linux:** Donwload the `.tar.gz` file, extract it, and place `hyper-mcp` in `/usr/local/bin`. **Windows:** Download the `.zip` file, extract it, and place `hyper-mcp.exe` somewhere on your `PATH`. ### Install from crates.io If you have [Rust](https:/...
A collection of MCP servers.
Chrome DevTools for coding agents
Enhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, M...
Playwright MCP server
GitHub's official MCP Server
🚀 The fast, Pythonic way to build MCP servers and clients.