Back to Home
hyper-mcp-rs icon

hyper-mcp

Verified Safe

by 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

Run Command
hyper-mcp

Environment 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

Stats

Interest Score99
Security Score9
Cost ClassLow
Stars837
Forks61
Last Update2026-01-19

Tags

MCP ServerWebAssemblyPluginsAI AgentsSandboxingSecurity