> 작성일: 2026-05-13
> 대상 머신: /home/pewpew/.hermes 기본 프로필
> 목적: Hermes에서 현재 검색/리서치에 쓰는 MCP 서버, 플러그인, Toolset 설정을 외부에서 빠르게 확인하기 위한 공유 문서
> 보안: API Key, Token, SerpAPI MCP URL의 토큰성 path는 전부 [REDACTED] 처리
현재 기본 Hermes 프로필에는 검색/리서치용으로 아래 구성이 켜져 있습니다.
- web: enabled — Web Search & Scraping
- browser: enabled — Browser Automation
- session_search: enabled — 과거 세션 검색
- serpapi: enabled — SerpApi MCP, remote HTTP
- serper: enabled — Google/News/Images/Maps 등 Serper MCP, stdio via npx
- exa: enabled — semantic web search/fetch MCP, stdio via npx
- perplexity-ask: enabled — Perplexity Sonar 계열 질의 MCP, stdio via npx
- gbrain: enabled — 로컬 GBrain MCP, stdio via bun
- web-search-plus: enabled
hermes mcp list 기준:
MCP Servers:
Name Transport Tools Status
──────────────── ────────────────────────────── ──────────── ──────────
gbrain /home/pewpew/.bun/bin/bun... all ✓ enabled
serpapi https://mcp.serpapi.com/[REDACTED]/mcp all ✓ enabled
serper npx -y go-serper-mcp-server all ✓ enabled
exa npx -y exa-mcp-server all ✓ enabled
perplexity-ask npx -y perplexity-mcp all ✓ enabled
hermes tools list 검색 관련 필터 기준:
✓ enabled web 🔍 Web Search & Scraping
✓ enabled browser 🌐 Browser Automation
✓ enabled session_search 🔎 Session Search
MCP servers:
serpapi all tools enabled
serper all tools enabled
exa all tools enabled
perplexity-ask all tools enabled
toolsets:
- hermes-cli
메모:
mcp_servers:
gbrain:
command: /home/pewpew/.bun/bin/bun
args:
- /home/pewpew/.bun/install/global/node_modules/gbrain/src/cli.ts
- serve
env:
PATH: /home/pewpew/.bun/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
timeout: 120
connect_timeout: 60
serpapi:
url: https://mcp.serpapi.com/[REDACTED]/mcp
timeout: 120
connect_timeout: 60
serper:
command: npx
args:
- -y
- go-serper-mcp-server
- -t
- stdio
env:
SERPER_API_KEY: [REDACTED]
timeout: 120
connect_timeout: 60
exa:
command: npx
args:
- -y
- exa-mcp-server
env:
EXA_API_KEY: [REDACTED]
timeout: 120
connect_timeout: 60
perplexity-ask:
command: npx
args:
- -y
- perplexity-mcp
env:
PERPLEXITY_API_KEY: [REDACTED]
timeout: 120
connect_timeout: 60
plugins:
enabled:
- web-search-plus
security:
allow_private_urls: false
redact_secrets: true
tirith_enabled: true
tirith_path: tirith
tirith_timeout: 5
tirith_fail_open: true
website_blocklist:
enabled: false
domains: []
shared_files: []
검색/웹 도구를 쓸 때 참고:
agent:
max_turns: 150
gateway_timeout: 1800
tool_use_enforcement: auto
disabled_toolsets: []
model:
default: gpt-5.5
provider: openai-codex
base_url: https://chatgpt.com/backend-api/codex
context_length: 400000
검색/리서치 작업에 영향을 주는 부분:
기본 웹 검색/본문 추출에 사용.
다중 검색 provider 라우팅용 플러그인.
적합:
현재 config상 plugin은 enabled 상태입니다.
구조화된 SERP 데이터에 강함.
적합:
현재는 remote HTTP MCP로 연결됩니다.
Google 검색 계열을 빠르게 호출할 때 사용.
적합:
현재는 npx -y go-serper-mcp-server -t stdio로 구동됩니다.
semantic search / discovery / page fetch에 적합.
적합:
현재는 npx -y exa-mcp-server로 구동됩니다.
복잡한 리서치 질의, reasoning, deep research에 적합.
적합:
현재는 npx -y perplexity-mcp로 구동됩니다.
검색 엔진이라기보다 로컬 지식베이스/브레인 검색 계층입니다.
적합:
주의:
# MCP 서버 목록
hermes mcp list
# 검색 관련 toolset 확인
hermes tools list | grep -Ei 'web|search|mcp|serp|exa|perplex|browser|fetch'
# config 위치
hermes config path
# config 전체 보기. 단, 외부 공유 전 반드시 secret redaction 필요
hermes config
# gateway 재시작 후 MCP 재발견 확인
hermes gateway restart
hermes mcp list
공개 URL에 올릴 때 절대 포함하면 안 되는 값:
이 문서는 위 값을 모두 [REDACTED] 처리한 공유용 스냅샷입니다.