The canonical "where do I find X for Hermes" directory. Maintained alongside the guide — if you ship something useful, open a PR to add it.
@modelcontextprotocol/server-github— PRs, issues, code search, Actions@modelcontextprotocol/server-filesystem— read/write to scoped directories@modelcontextprotocol/server-postgres— read-only SQL@modelcontextprotocol/server-sqlite— local SQLite@modelcontextprotocol/server-puppeteer— headless browser automation@modelcontextprotocol/server-memory— lightweight KV memory@modelcontextprotocol/server-google-drive— Drive read
AWS Labs MCP servers— AWS docs, CDK, cost, diagrams, and service-specific helpers@cloudflare/mcp-server-cloudflare— Workers, KV, D1, R2@supabase/mcp-server-supabase— Postgres + storage + auth@stripe/mcp-server-stripe— payments read + restricted writesLinear remote MCP— issue tracking@notionhq/notion-mcp-server— page read/write@browserbase/mcp-server— managed headless browser@chromadb/mcp-server-chroma— vector search
Mem0 remote MCP— persistent cross-device memoryarxiv-mcp-server— arxiv search + PDF extractionmcp-server-atlassian— Jira + Confluence@modelcontextprotocol/server-slack— message, search, profiledbt-mcp— dbt Cloude2b-dev/mcp-server— disposable Python sandboxesmcp-obsidian— your Obsidian vault
See Part 17 for install patterns and trust model guidance.
- Claude Code —
claude -p+ ACP; best unattended PR lane with Sonnet 5 / Opus 4.7 - OpenAI Codex CLI —
codex -p; strong sandboxed bug-fix lane with GPT-5.5/Codex models - Gemini CLI —
gemini -p(free tier via OAuth); best repo-scale read/research lane - OpenCode — multi-model orchestrator; useful with Kimi K2.6 / GLM budget lanes
- Aider — pair-programming REPL
hermes-dashboard-lightrag— graph explorer tabhermes-dashboard-langfuse— inline Langfuse traces for the current sessionhermes-dashboard-costs— per-provider / per-skill cost chart
(Community-maintained; see Part 12.)
- Langfuse — self-hostable tracing + prompts + evals
- Helicone — gateway-first proxy, auto caching
- Arize Phoenix — OpenTelemetry-native, offline
- OpenRouter — provider aggregator with cost routing
- Helicone pricing comparison — current retail prices
- Artificial Analysis — third-party benchmarks
See Part 20.
- Comment and Control (2026-04-15) — cross-vendor prompt-injection via GitHub PR titles hitting Claude Code, Gemini CLI, GitHub Copilot Agent. See the defensive write-up referenced in Part 19.
- MCP stdio poisoning — untrusted npm packages that proxy stdio MCP traffic. Mitigated by pinning versions + Socket.dev/Semgrep audits.
- Webhook replay attacks — a reminder that HMAC + TTL together, not HMAC alone, prevents replay.
See Part 19.
templates/config/*— five opinionated config baselinestemplates/compose/langfuse-stack.yml— Langfuse v3 self-hosttemplates/caddy/Caddyfile— reverse proxy + auto TLStemplates/systemd/hermes.service— hardened unit filescripts/vps-bootstrap.sh— fresh VPS → production in one run
- Hermes Agent (Nous Research) — upstream
- Model Context Protocol — spec + servers catalog
- awesome-mcp-servers
- Nous Research Discord — community support
Open a PR adding to the relevant section. Requirements:
- Link to a real, public repo
- One-line description of what it does
- (MCP servers) license + trust-tier recommendation
See CONTRIBUTING.md.