by microsoft
Wassette: A security-oriented runtime that runs WebAssembly Components via MCP
# Add to your Claude Code skills
git clone https://github.com/microsoft/wassetteGuides for using mcp servers skills like wassette.
Last scanned: 5/4/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-04T06:41:38.286Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}wassette is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by microsoft. Wassette: A security-oriented runtime that runs WebAssembly Components via MCP. It has 922 GitHub stars.
Yes. wassette passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/microsoft/wassette" and add it to your Claude Code skills directory (see the Installation section above).
wassette is primarily written in Rust. It is open-source under microsoft on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh wassette against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
Quick Start | FAQ | Documentation | Releases | Contributing | Discord
[!WARNING] Early Development: This repository is not production ready yet. It is in early development and may change significantly.

Quick start: For Linux/macOS, use our one-liner install script:
curl -fsSL https://raw.githubusercontent.com/microsoft/wassette/main/install.sh | bash
For complete installation instructions for all platforms (including Windows, Homebrew, Nix, Docker, and more), see our Installation Guide.
With Wassette installed, the next step is to register it with your agent of choice. See our Quick Start guide (3 simple steps), or check the MCP Clients guide for detailed setup instructions for GitHub Copilot, Cursor, Claude Code, and Gemini CLI.
Once configured, you can start loading WebAssembly components. To teach your agent to tell the time, ask it to load a time component:
Please load the time component from oci://ghcr.io/microsoft/time-server-js:latest
Now that the time component is loaded, we can ask your agent to tell you the current time:
What is the current time?
The agent will respond with the current time, which is fetched from the time component running in a secure WebAssembly sandbox:
The current time July 31, 2025 at 10:30 AM UTC
Congratulations! You've just run your first Wasm Component and taught your agent how to tell time!
https://github.com/user-attachments/assets/8e5a371c-ac72-406d-859c-03833ee83963
You can join us via the #wassette channel on the Microsoft Open Source Discord:
Please see CONTRIBUTING.md for more information on how to contribute to this project.
This project is licensed under the MIT License.
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft’s Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party’s policies.
Thanks to all contributors who are helping shape Wassette into something great.