honua-sdk-js

honua-io/honua-sdk-js
★ 0 stars TypeScript 📦 Other Updated today
JavaScript SDKs for Honua (core SDK + MCP server).
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": {
    "honua-sdk-js": {
      "command": "npx",
      "args": [
        "-y",
        "honua-io/honua-sdk-js"
      ]
    }
  }
}