Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure. Learn more →
Hyper-mcp Alternatives
Similar projects and alternatives to hyper-mcp
-
developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
up-for-grabs.net
This is a list of projects which have curated tasks specifically for new contributors. These issues are a great way to get started with a project, or to help share the load of working on open source projects. Jump in!
-
-
gcodepreview
OpenPythonSCAD library for moving a tool in lines and arcs so as to model how a part would be cut using G-Code or described as a DXF.
-
extism
The framework for building with WebAssembly (wasm). Easily & securely load wasm modules, move data, call functions, and build extensible apps.
-
sirix
SirixDB is an an embeddable, bitemporal, append-only database system and event store, storing immutable lightweight snapshots. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach.
-
brackit
Query processor with proven optimizations, ready to use for your JSON store to query semi-structured data with JSONiq. Can also be used as an ad-hoc in-memory query processor.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
substrata
Metaverse client and server written in C++. Runs on Windows, Mac, Linux and Web. Custom 3D engine, networked physics and Lua scripting
-
-
-
-
-
-
-
mcp-js
A Rust-based Model Context Protocol (MCP) server that exposes a V8 JavaScript runtime as a tool for AI agents like Claude and Cursor. Supports persistent heap snapshots via S3 or local filesystem, and is ready for integration with modern AI development environments.
-
bullfrog
Simple plug-and-play Github Action to block unauthorized outbound traffic (egress) in your Github workflows
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
hyper-mcp discussion
hyper-mcp reviews and mentions
-
Ask HN: What Are You Working On? (June 2025)
I'm working on a secure MCP server using WASM vm sandboxing.
- Each plugins run in its own WASM vm.
- Explicit network/fs access. No network or file access by default
- Can limit cpu/resources
The reo: https://github.com/tuananh/hyper-mcp
- A Meme Generator MCP
-
This Week In Python
hyper-mcp – fast, secure MCP server
- Show HN: A MCP server to evaluate Python code in WASM VM using RustPython
-
How to Harden GitHub Actions: The Unofficial Guide
here's one that i use https://github.com/tuananh/hyper-mcp/blob/main/.github/renov...
- Hyper-mcp: MCP server that extends its capabilities through WebAssembly plugins
-
The Future of MCPs
I just use OCI registry to host all my MCP modules (the way I chose to extends my MCP server's capabilities) - WASM plugins.
OCI registry is available every where and probably already presented in your infrastructure. You get to use all the OCI tools/security controls you already have with it.
To add new tools, you just have to update the config file to include new plugins and restart.
https://github.com/tuananh/hyper-mcp
- Show HN: A MCP plugin that use Rust, compiled to WASM to securely run Python
-
Ask HN: What are you working on (March 2025)?
I'm working on a MCP (model context protocol) server with plugin system backed by WebAssembly and OCI registry.
The motivation is that I dont want to add all kinds of MCP servers to my LLM, written in all kind of languages.
I just want a single MCP and add capabilities (tools) to the MCP servers via the plugin system (local wasm file, http link or oci image).
The project is here https://github.com/tuananh/hyper-mcp
- Show HN: Hyper-MCP – a single MCP server with WASM plugin system
-
A note from our sponsor - Stream
getstream.io | 10 Jul 2025
Stats
tuananh/hyper-mcp is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of hyper-mcp is Rust.