hyper-mcp
Verified Safeby hyper-mcp-rs
Overview
A fast, secure Model Context Protocol (MCP) server that extends its capabilities through WebAssembly plugins, enabling AI agents to access tools, resources, and prompts.
Installation
hyper-mcpEnvironment Variables
- HYPER_MCP_TRANSPORT
- HYPER_MCP_BIND_ADDRESS
- HYPER_MCP_INSECURE_SKIP_SIGNATURE
- HYPER_MCP_USE_SIGSTORE_TUF_DATA
- HYPER_MCP_REKOR_PUB_KEYS
- HYPER_MCP_FULCIO_CERTS
- HYPER_MCP_CERT_ISSUER
- HYPER_MCP_CERT_EMAIL
- HYPER_MCP_CERT_URL
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
Security Notes
Plugins run in a WebAssembly sandbox provided by Extism, with configurable resource limits (memory, execution time), allowed network hosts, and allowed filesystem paths. OCI plugin images are cryptographically verified by Sigstore by default upon loading, adding a strong layer of supply chain security. An explicit `--insecure-skip-signature` flag exists but is clearly labeled as insecure. Host functions exposed to plugins (e.g., for logging, progress, eliciting user input) are controlled, minimizing direct plugin access to the host system. Authentication details, including sensitive credentials, can be loaded from configuration files, environment variables, or system keyrings (macOS, Linux, Windows), avoiding hardcoding.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
wasmcp
Build and run composable Model Context Protocol (MCP) servers using WebAssembly components for AI-assisted development.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.
mcp-framework
A Rust framework for building AI agents with built-in Model Context Protocol (MCP) support, multi-LLM integration, and a web-based inspector for debugging.