agenc-plugins

tetsuo-ai/agenc-plugins
★ 0 stars JavaScript Code/Dev Tools Updated today
AgenC plugin marketplace: IoT Builder and Ledger, each with a skill, a command and an MCP server.
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": {
    "agenc-plugins": {
      "command": "npx",
      "args": [
        "-y",
        "tetsuo-ai/agenc-plugins"
      ]
    }
  }
}