{"type":"mcp_server","name":"hyper-mcp","description":"Hyper-mcp is a fast, secure MCP server that enhances applications with AI capabilities through WebAssembly plugins. It allows developers to write plugins in any language and distribute them via OCI registries.","category":"AI","language":"Rust","stars":2,"forks":8,"owner":"tuananh","github_url":"https://github.com/tuananh/hyper-mcp","homepage":null,"setup":"## Setup\n\n1. Create your config file:\n   - Linux/Windows: `$HOME/.config/hyper-mcp/config.json`\n   - macOS: `$HOME/Library/Application Support/hyper-mcp/config.json`\n\n```json\n{\n  \"plugins\": [\n    {\n      \"name\": \"time\",\n      \"path\": \"oci://ghcr.io/tuananh/time-plugin:latest\"\n    },\n    {\n      \"name\": \"qr-code\",\n      \"path\": \"oci://ghcr.io/tuananh/qrcode-plugin:latest\"\n    },\n    {\n      \"name\": \"hash\",\n      \"path\": \"oci://ghcr.io/tuananh/hash-plugin:latest\"\n    },\n    {\n      \"name\": \"myip\",\n      \"path\": \"oci://ghcr.io/tuananh/myip-plugin:latest\",\n      \"runtime_config\": {\n        \"allowed_host\": \"1.1.1.1\"\n      }\n    },\n    {\n      \"name\": \"fetch\",\n      \"path\": \"oci://ghcr.io/tuananh/fetch-plugin:latest\",\n      \"runtime_config\": {\n        \"allowed_host\": \"*\"\n      }\n    }\n  ]\n}\n```\n\n2. Start the server:\n\n```sh\n$ hyper-mcp\n```\n\n3. Using with Cursor IDE:\n   - Set up hyper-mcp in Cursor's settings.\n   - Start using tools through chat.","tools":"## Available Tools\n\n1. Write plugins in any language that compiles to WebAssembly (allows plugin creation in various languages).\n2. Distribute plugins via standard OCI registries (enables plugin distribution through container registries).\n3. Built on Extism (provides rock-solid plugin support).\n4. Lightweight (suitable for resource-constrained environments).\n5. Deploy anywhere (supports serverless, edge, mobile, IoT devices).\n6. Cross-platform compatibility (offers out-of-the-box compatibility).\n7. Sandboxed plugins (plugins can't access your system without permission).\n8. Memory-safe execution with resource limits (ensures secure execution).\n9. Secure plugin distribution through container registries (provides secure distribution).\n10. Fine-grained access control for host functions (allows access control).","faq":null,"created_at":"2025-01-10T11:45:03+00:00","updated_at":"2025-03-28T23:39:50+00:00","source_url":"https://model-context-protocol.com/servers/fast-secure-mcp-server-wasm-plugins","related_articles":[]}