Spaces:
Building
Building
Update librechat.yaml
Browse files- librechat.yaml +6 -14
librechat.yaml
CHANGED
@@ -126,24 +126,16 @@ mcpServers:
|
|
126 |
EXA_API_KEY: "e4399980-1016-44ab-8789-1ef7f967a281"
|
127 |
PATH: "/usr/local/bin:/usr/bin:/bin"
|
128 |
NODE_PATH: "/usr/local/lib/node_modules"
|
129 |
-
|
130 |
type: stdio
|
131 |
-
command:
|
132 |
args:
|
133 |
-
- -
|
134 |
-
-
|
135 |
timeout: 60000000
|
136 |
-
pubmed:
|
137 |
-
type: stdio
|
138 |
-
command: python
|
139 |
-
args:
|
140 |
-
- -m
|
141 |
-
- mcp_simple_pubmed
|
142 |
env:
|
143 |
-
|
144 |
-
|
145 |
-
PATH: "/usr/local/bin:/usr/bin:/bin"
|
146 |
-
NODE_PATH: "/usr/local/lib/node_modules"
|
147 |
memory:
|
148 |
type: stdio
|
149 |
command: npx
|
|
|
126 |
EXA_API_KEY: "e4399980-1016-44ab-8789-1ef7f967a281"
|
127 |
PATH: "/usr/local/bin:/usr/bin:/bin"
|
128 |
NODE_PATH: "/usr/local/lib/node_modules"
|
129 |
+
zapier:
|
130 |
type: stdio
|
131 |
+
command: npx
|
132 |
args:
|
133 |
+
- mcp-remote
|
134 |
+
- https://actions.zapier.com/mcp/sk-ak-iO7LyIx7faJPCgbsYh3C82u5ZV/sse
|
135 |
timeout: 60000000
|
|
|
|
|
|
|
|
|
|
|
|
|
136 |
env:
|
137 |
+
PATH: "/usr/local/bin:/usr/bin:/bin"
|
138 |
+
NODE_PATH: "/usr/local/lib/node_modules"
|
|
|
|
|
139 |
memory:
|
140 |
type: stdio
|
141 |
command: npx
|