20 lines
784 B
YAML
20 lines
784 B
YAML
# Drop this under ~/.hermes/config.yaml -> mcp_servers
|
|
# No manual clone is required: uvx installs/runs OpenHerbarium MCP from Gitea.
|
|
openherbarium:
|
|
command: "uvx"
|
|
args:
|
|
- "--quiet"
|
|
- "--from"
|
|
- "git+https://git.home-deneuville.fr/Edern/openherbarium-mcp.git"
|
|
- "openherbarium-mcp"
|
|
timeout: 120
|
|
connect_timeout: 60
|
|
env:
|
|
# Optional: enable targeted botanical source search through your local Firecrawl.
|
|
FIRECRAWL_API_URL: "https://api.firecrawl.dev"
|
|
FIRECRAWL_API_KEY: ""
|
|
|
|
# Optional: tune source filtering and HTTP timeout without editing code.
|
|
BOTANICAL_ALLOWED_DOMAINS: "gbif.org,powo.science.kew.org,missouribotanicalgarden.org,tela-botanica.org,inpn.mnhn.fr,rhs.org.uk,edu,wikimedia.org,wikipedia.org"
|
|
OPENHERBARIUM_TIMEOUT: "20"
|