.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/hyper-mcp-rs/hyper-mcp
home/mcp-servers/hyper-mcp-rs/hyper-mcp
hyper-mcp-rs avatar

hyper-mcp

byhyper-mcp-rs· 1 MCP server

Stars

880

Forks

64

Category

AI Agents & MCP

View on GitHub

TL;DR

</div>

How to install hyper-mcp?

hyper-mcp-rs/hyper-mcp
$git clone https://github.com/hyper-mcp-rs/hyper-mcp

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install hyper-mcp by running `git clone https://github.com/hyper-mcp-rs/hyper-mcp`, then use it for the current task and follow its documentation at https://github.com/hyper-mcp-rs/hyper-mcp.

Files · 1

View on GitHub
README.md
1<div align="center">
2 <picture>
3 <img alt="hyper-mcp logo" src="./assets/logo.png" width="50%">
4 </picture>
5</div>
6 
7<div align="center">
8 
9[![Rust](https://img.shields.io/badge/rust-%23000000.svg?logo=rust&logoColor=white)](https://crates.io/crates/hyper-mcp)
10[![License](https://img.shields.io/badge/License-Apache--2.0-blue)](#license)
11[![Issues - hyper-mcp](https://img.shields.io/github/issues/hyper-mcp-rs/hyper-mcp)](https://github.com/hyper-mcp-rs/hyper-mcp/issues)
12![GitHub Release](https://img.shields.io/github/v/release/hyper-mcp-rs/hyper-mcp)
13 
14<a href="https://trendshift.io/repositories/13451" target="_blank"><img src="https://trendshift.io/api/badge/repositories/13451" alt="hyper-mcp-rs%2Fhyper-mcp | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
15 
16</div>
17 
18# hyper-mcp
19 
20A fast, secure MCP server that extends its capabilities through WebAssembly plugins.
21 
22## What is it?
23 
24hyper-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.
25 
26## Features
27 
28- Write plugins in any language that compiles to WebAssembly
29- Distribute plugins via standard OCI registries (like Docker Hub)
30- Built on [Extism](https://github.com/extism/extism) for rock-solid plugin support
31- Sanboxing with WASM: ability to limit network, filesystem, memory access
32- Lightweight enough for resource-constrained environments
33- Support `stdio` transport protocol
34- Deploy anywhere: serverless, edge, mobile, IoT devices
35- Cross-platform compatibility out of the box
36- Support tool name prefix to prevent tool names collision
37- Dynamic plugin loading and unloading (configurable)
38 
39## Security
40 
41Built with security-first mindset:
42 
43- Sandboxed plugins that can't access your system without permission
44- Memory-safe execution with resource limits
45- Secure plugin distribution through container registries
46- Fine-grained access control for host functions
47- OCI plugin images are signed at publish time and verified at load time with [sigstore](https://www.sigstore.dev/).
48 
49## Installation
50 
51### Prerequisites
52 
53**cosign** — required for loading plugins from OCI registries (`oci://` URLs).
54 
55hyper-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`.
56 
57Install cosign by following the official instructions: **<https://docs.sigstore.dev/cosign/system_config/installation/>**
58 
59> **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.
60 
61### Install from Homebrew
62 
63hyper-mcp is published on Homebrew for macOS and Linux in two places:
64 
65**Homebrew core** — no tap setup required:
66 
67```sh
68brew install hyper-mcp
69```
70 
71**Our own tap (`hyper-mcp-rs/tap`)** — bumped automatically on every GitHub Release, so it picks up new versions immediately:
72 
73```sh
74brew install hyper-mcp-rs/tap/hyper-mcp
75```
76 
77Both install the same binary. Prefer the core formula unless you want the absolute latest release the moment it ships.
78 
79### Pre-built binaries (GitHub Releases)
80 
81Download the latest release for your platform from [GitHub Releases](https://github.com/hyper-mcp-rs/hyper-mcp/releases):
82 
83Chose the version that you want and download the architecture-specific binary.
84 
85| Platform | Architecture | Download |
86|---|---|---|
87| macOS | Apple Silicon (ARM64) | hyper-mcp-aarch64-apple-darwin.tar.gz |
88| Linux | ARM64 | hyper-mcp-aarch64-unknown-

Preview

hyper-mcp-rs/hyper-mcphyper-mcp-rs/hyper-mcp
Repohyper-mcp-rs/hyper-mcp
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

MCPaiextism

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k