Skip to main content
Glama
nirvana6

hermes-mcp-bridge

by nirvana6

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HERMES_BRIDGE_API_KEYYesAPI key for the Hermes Gateway. Must match API_SERVER_KEY in ~/.hermes/.env.
HERMES_BRIDGE_API_URLNoURL of the Hermes Gateway (default: http://127.0.0.1:8642).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
hermes_askA

Delegate a task to Hermes Agent on this user's machine.

Use for things the calling LLM cannot do directly: scheduling cron jobs, browser-driven web search, sending email, creating/editing local documents, anything that should persist after this chat ends.

Args: prompt: Natural-language instruction for Hermes. session_id: Optional. Pass the same id across multiple calls in one chat to let Hermes remember prior steps (draft → refine → save). profile: Optional. Hermes profile to use (e.g. 'default', 'general_researcher'). Overrides the model in config.toml. Discover available profiles via the gateway's /v1/models endpoint.

Returns: Hermes's final answer text.

hermes_checkC

Not implemented. Kept for API parity with hermes-mcp.

hermes_cancelA

Not implemented. Kept for API parity with hermes-mcp.

hermes_resetA

Not implemented. Kept for API parity with hermes-mcp.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nirvana6/hermes-mcp-bridge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server