hermes-mcp-server

ragostino74/hermes-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 4d ago
An MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hermes-mcp-server": {
      "command": "uvx",
      "args": [
        "hermes-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install hermes-mcp-server

README Excerpt

MCP (Model Context Protocol) server che espone strumenti di ricerca web alla tua AI. Permette a qualsiasi client MCP (llama.cpp WebUI, Claude Desktop, o altri) di cercare informazioni su internet usando la potenza del tuo LLM locale per la sintesi. - **web_search** — Ricerca rapida via SearXNG (se configurato) o DuckDuckGo + sintesi con il tuo LLM

Tools (11)

HERMES_BRIDGE_BIND_ADDRHERMES_MCP_BIND_ADDRHERMES_MCP_BRIDGE_PORTHERMES_MCP_CONCURRENCYHERMES_MCP_CORS_ORIGINSHERMES_MCP_PORTHERMES_MCP_RATE_LIMITHERMES_MCP_TRANSPORTLLM_ENDPOINTLLM_MODELSEARXNG_URL