Skip to main content
Use runStdioMcpServer to expose Corsair as a local MCP server that Hermes spawns on demand. The Corsair side is identical to every other harness. The only difference is where you register the server in Hermes.

Install

Create the server script

mcp-server.ts

Configure Hermes

Register the server with Hermes using the standard stdio MCP shape, a command and its args:
If your credentials aren’t loaded from a .env file, add an env block with CORSAIR_KEK.
Register this under Hermes’s MCP configuration. Check the Hermes docs for the exact config path, as it differs per version.

Usage

Once connected, Hermes can call Corsair tools directly:
Hermes calls list_operations to discover available endpoints, get_schema to inspect parameters, then run_script to execute.