Skip to content
LyraShield AIOpen beta

Updated

Hermes (Nous Research)

Hermes by Nous Research reads MCP server configuration from a profile YAML file under the mcp_servers: key.

Profile YAML configuration

Add the following to your Hermes profile YAML:

mcp_servers:
  lyrashield:
    transport: stdio
    command: npx
    args:
      - "-y"
      - "@lyrashield/mcp"
    env:
      LYRASHIELD_API_KEY: "lsk_your_key_here"
      LYRASHIELD_API_URL: "https://app.lyrashieldai.com"

ACP for editor integrations

When using Hermes with editor integrations via the Agent Communication Protocol (ACP), the MCP tools registered in your profile are available to the connected editor. Follow your editor's ACP setup instructions to connect Hermes, then the LyraShield tools will surface automatically.

Verify the connection

Start Hermes with your profile and list available tools. The LyraShield MCP tools should appear in the tool registry. Ask the agent: "What LyraShield security tools do you have?"

Requirements: Node.js 20+ and a LyraShield workspace API key. The@lyrashield/mcp package is published on npm, sonpx -y @lyrashield/mcp resolves directly.