hermes-anythingllm

nicolasbatistoni/hermes-anythingllm
★ 0 stars Python Database Updated 1mo ago
Conecta Hermes Agent con AnythingLLM Desktop (MCP server + sync) para búsqueda semántica de todo su historial.
View on GitHub → 🔍 Audit Wallet Slippage →

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-anythingllm": {
      "command": "uvx",
      "args": [
        "hermes-anythingllm"
      ]
    }
  }
}

Or install with pip: pip install hermes-anythingllm

README Excerpt

Connects [Hermes Agent](https://github.com/niklasvincent/hermes-agent) to [AnythingLLM Desktop](https://anythingllm.com/) so that Hermes can search its entire history — past conversations and uploaded documents — via semantic search. - **MCP server** (`mcp/anythingllm-server.py`): Exposes 8 tools Hermes can call to query AnythingLLM's SQLite database — list/search documents, search chat history, get workspace info, get event logs.

Tools (13)

ANYTHINGLLM_API_KEYANYTHINGLLM_DB_PATHANYTHINGLLM_URLANYTHINGLLM_WORKSPACEHERMES_HOMEget_anythingllm_chatsget_anythingllm_documentsget_document_contentget_event_logsget_system_settingsget_workspace_documentssearch_anythingllm_chatssearch_anythingllm_documents
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →