wassette
Wassette is a security-oriented runtime that allows the execution of WebAssembly components seamlessly within chat interfaces.
Wassette simplifies the integration of AI agents with various tools, enabling users to enhance their capabilities without leaving the chat environment. Built on the Wasmtime security sandbox, it ensures a high level of security and isolation for running components. The architecture supports generic and reusable WebAssembly components, making it versatile for different applications.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"wassette": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-wassette"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions