docs: document MCP environment configuration

This commit is contained in:
Hermes Agent
2026-08-02 17:37:34 +02:00
parent bb7ee08152
commit b812292d56
8 changed files with 87 additions and 16 deletions
+8 -4
View File
@@ -8,7 +8,11 @@ openherbarium:
- "openherbarium-mcp"
timeout: 120
connect_timeout: 60
# Optional, only needed for targeted source search:
# env:
# FIRECRAWL_API_URL: "http://localhost:3002"
# FIRECRAWL_API_KEY: ""
env:
# Optional: enable targeted botanical source search through your local Firecrawl.
FIRECRAWL_API_URL: "http://localhost:3002"
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"