toolbelt

modulewise/toolbelt
★ 17 stars Rust 🧠 Memory/Knowledge Updated 25d ago
A Model Context Protocol (MCP) Server that exposes Wasm Components as Tools
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "toolbelt": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "toolbelt"
      ]
    }
  }
}