A WebAssembly-based MCP server that lets you load plugins from OCI registries like Docker Hub or GHCR. Instead of installing separate MCP servers for each capability, you pull WASM plugins and configure them in a single config file. Ships with examples for GitHub/GitLab operations, filesystem access, QR code generation, SQLite queries, cryptocurrency prices, and more. Plugins can be written in any language that compiles to WASM (Rust, Go, Python via RustPython). Built on Extism with sandboxing that restricts network, filesystem, and memory access per plugin. Supports stdio, SSE, and streamable HTTP transports. Useful when you want to compose multiple tools without running a dozen separate MCP processes, or when deploying to resource-constrained environments like edge or IoT devices.
claude mcp add --transport stdio tuananh-hyper-mcp uvx hyper-mcp