跳到主要内容

sigrex

❖ Communityv1.0.0

Build, run and manage sigrex.io trading automation (code and AI strategies, trading bots, webhooks and signals across crypto exchanges, DEXs and prediction markets) through the official Sigrex MCP server (Streamable HTTP at https://mcp.sigrex.io, OAuth sign-in, no keys in config), with the sigrex workflow skill bundled. Portable Agent Plugins v1 package (mcp.json + skills/), no Python or executables; needs a free Sigrex account. The connection has full account access, including actions that can place live trades.

Open in Hermes Desktop
hermes plugins install sigrex

README

From the reviewed commit b21e9fd ↗; it updates when the author re-pins.

Sigrex agent plugin

The official Sigrex plugin for AI agents. Build, run and manage your trading automation in plain language: code and AI strategies, trading bots, webhooks and signals across crypto exchanges, DEXs and prediction markets.

This is a portable Agent Plugins v1 package, so it works in any agent that supports the format. It contains:

  • mcp.json: the official Sigrex MCP server (https://mcp.sigrex.io, Streamable HTTP, OAuth sign-in). No API keys to copy.
  • skills/sigrex: an Agent Skill that teaches the agent how Sigrex fits together, how to write code strategies and AI trading sessions, and the safety rules for anything that can place a trade.

There is no executable code and nothing that downloads or updates itself.

Requirements: a free Sigrex account. To trade live you also need exchange API keys connected in Sigrex, and AI strategies need an LLM provider key added in your Sigrex settings.

Install

Hermes Agent

From the Hermes plugin catalog:

hermes plugins install sigrex
hermes plugins enable sigrex

Or directly from this repository:

hermes plugins install sigrexio/agent-plugin --no-enable
hermes plugins enable sigrex

On first use your agent opens the Sigrex sign-in page in your browser. Sign in, approve access, and the Sigrex tools become available.

Other agents

Any agent that supports Agent Plugins v1 can load this folder as a plugin. If your agent only supports MCP servers, connect https://mcp.sigrex.io directly (see the MCP server docs); you can also copy skills/sigrex into your agent's skills folder if it supports Agent Skills.

What you can ask

  • "Show me my active strategies and when each one last triggered."
  • "Create a strategy for ETHUSDC that goes long when RSI drops below 30 and exits at 1% profit. Keep it inactive so I can review it."
  • "Duplicate my BTC momentum strategy for SOL and AVAX."
  • "My POPCAT strategy hasn't traded in two days. Read its code and storage and tell me why."
  • "Build an AI session that checks BTC every 15 minutes and journals its reasoning."
  • "Pause all my bots in the hyperliquid folder."
  • "What's the current price of SOL on Binance?"

Security

  • The connection has full access to your Sigrex account. The agent can create, modify and delete resources, start strategies and send live trading signals. Only enable this plugin in agents and profiles you trust.
  • The bundled skill tells the agent to create things inactive, to use TEST signals first, to redact credentials, and to ask before any action that activates, trades, shares or deletes. Still review what it proposes.
  • Your OAuth token is stored and refreshed by your agent. No credentials live in this repository. Disconnect by disabling or removing the plugin, or revoke access in your Sigrex account.
  • Trading carries risk. Nothing here is financial advice, and Sigrex does not support backtesting.

Links

License

MIT. See LICENSE.

← Back to the catalog · catalog built Sep 26, 2026