akiko19191 commited on
Commit
f3c14ef
·
verified ·
1 Parent(s): 7dc5fb1

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. 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
- arxiv:
130
  type: stdio
131
- command: python
132
  args:
133
- - -m
134
- - mcp_simple_arxiv
135
  timeout: 60000000
136
- pubmed:
137
- type: stdio
138
- command: python
139
- args:
140
- - -m
141
- - mcp_simple_pubmed
142
  env:
143
- PUBMED_EMAIL: "[email protected]"
144
- PUBMED_API_KEY : "77ea72d89b98d279c1848389cd027a51c408"
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