conecto-sdk

voxgig-sdk/conecto-sdk
★ 0 stars TypeScript Communication Updated today
Open source SDKs for the Conecto API (conecto.chat) — TypeScript, Python, Go, PHP, Ruby, Lua, plus a CLI and MCP server. Generated by @voxgig/sdkgen.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "conecto-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "voxgig-sdk/conecto-sdk"
      ]
    }
  }
}