MCP server extends capabilities via WebAssembly plugins
Top 47.7% on sourcepulse
hyper-mcp is a high-performance, secure MCP server designed for extending applications with WebAssembly plugins. It targets developers seeking to integrate AI capabilities and custom logic into their software, offering a flexible and secure plugin architecture.
How It Works
hyper-mcp leverages WebAssembly (Wasm) for plugin execution, enabling developers to write plugins in any language that compiles to Wasm. It utilizes the Extism runtime for robust plugin management, ensuring sandboxed execution with resource limits. Plugins are distributed via OCI registries, allowing for secure, versioned deployment and verification through sigstore signing.
Quick Start & Requirements
config.json
file in the appropriate user configuration directory.oci://ghcr.io/tuananh/time-plugin:latest
).hyper-mcp
with optional --transport sse
flag..cursor/mcp.json
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The README mentions loading unsigned OCI plugin images requires setting insecure_skip_signature
to true, indicating a potential security consideration for development or specific deployment scenarios.
2 days ago
1 day