Files
openherbarium-mcp/examples/hermes-mcp.json
T

15 lines
275 B
JSON

{
"mcp_servers": {
"openherbarium": {
"command": "uvx",
"args": [
"--from",
"git+https://git.home-deneuville.fr/Edern/openherbarium-mcp.git",
"openherbarium-mcp"
],
"timeout": 120,
"connect_timeout": 60
}
}
}