Hermes Agent Integration: Connect to LinkedIn via Zevari
Give a Hermes Agent safe LinkedIn access through Zevari - register the MCP server in config.yaml or call the REST API, and run an approval-gated find, score, stage, approve loop.
Overview
Hermes Agent, by Nous Research, is a self-hosted autonomous agent framework with persistent memory and a self-improving loop, VPS-hosted, configured at /opt/data/config.yaml, with native MCP support. This is Hermes Agent the framework, not the separately named open-weight LLM family. Zevari is the LinkedIn execution layer it calls.
Prerequisites
A Zevari workspace with an active subscription, an API key (zvr_api_..., sent as Authorization: Bearer), and a connected LinkedIn sender. The canonical REST reference is the bring-your-own-agent page.
Connect via config.yaml (MCP)
Hermes Agent supports MCP natively. Add Zevari to the mcp_servers block in /opt/data/config.yaml with url https://mcp.zevari.ai/mcp and auth Bearer ${ZEVARI_API_KEY}; the agent then discovers Zevari's LinkedIn tools automatically.
Connect via REST (bearer)
For the REST alternative, call https://api.zevari.ai with Authorization: Bearer <key> from the agent's own code.
A working loop: find, score, stage, approve
Search posts or profiles, ICP-score the matches, draft in your voice, create a campaign, then stage each write with confirmations.requestAction. A human approves, and only then does the write execute. A persistent, self-improving Hermes Agent still never sends unattended.
Safety and approval notes
Every LinkedIn write is staged for approval. Server-side weekly ceilings (Free 40, Premium 80, Sales Navigator 150), working hours, and burst caps are enforced, and no browser cookies are used.
Docs Links
- Help Center
Human-facing guide to Zevari skills, workflows, agents, videos, safety, and support.
- Workflow Guide
LinkedIn outreach, content, prospect research, audience analysis, campaign, inbox, and GTM workflows for Claude.
- Prompting Guide
Copy-ready prompts that require AI assistants to read the MCP reference before acting.
- Workspaces and Sender Seats
Human-facing setup guide for workspaces, members, billing, add-on LinkedIn sender seats, and teammate LinkedIn connections.
- Safety Center
Human-facing guide to Zevari safety guardrails, warm-up, pauses, blocked actions, and recovery state.
- Warm-Up
Human-facing guide to LinkedIn sender warm-up and gradual activity ramping.
- API Playbooks
Ordered REST call flows for developers and AI agents using the Zevari API.
- MCP Reference
Agent-facing tool schemas, capability contracts, examples, gotchas, and recovery guidance.
- API Reference
Public REST API reference powered by the Zevari OpenAPI document.
- MCP Reference JSON
Machine-readable MCP tool reference.
- LLMs Full
AI-readable Zevari documentation bundle.
- Support
Send bug reports, support handoffs, and feature requests.