Back to Home
redbadger icon

crux-mcp

Verified Safe

by redbadger

Overview

Loads a Crux application's WebAssembly component to expose its functionality via ModelContext Protocol (MCP) for LLM agent interaction and agentic coding.

Installation

Run Command
pnpx @modelcontextprotocol/inspector ./target/debug/crux-mcp

Environment Variables

  • CRUX_COMPONENT

Security Notes

The server's security is highly dependent on the trustworthiness of the WebAssembly component loaded via the 'CRUX_COMPONENT' environment variable. The server's own codebase does not exhibit 'eval', obfuscation, hardcoded secrets, or directly malicious patterns. It communicates over standard I/O (StdioTransport), which limits its direct network exposure. While WASI Preview 2 offers sandboxing, the user is responsible for ensuring the integrity and safety of the provided WASM component.

Similar Servers

Stats

Interest Score33
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars3
Forks0
Last Update2025-11-25

Tags

LLM AgentWebAssemblyCruxModelContext ProtocolRust