Upload folder using huggingface_hub
Browse files- config.yaml.template +28 -23
config.yaml.template
CHANGED
|
@@ -166,29 +166,34 @@ tts:
|
|
| 166 |
# IMPORTANT: Use 'mcp_servers:' key, NOT 'mcp:'
|
| 167 |
|
| 168 |
mcp_servers:
|
| 169 |
-
|
| 170 |
-
|
| 171 |
-
|
| 172 |
-
|
| 173 |
-
|
| 174 |
-
|
| 175 |
-
|
| 176 |
-
|
| 177 |
-
|
| 178 |
-
|
| 179 |
-
|
| 180 |
-
|
| 181 |
-
|
| 182 |
-
|
| 183 |
-
|
| 184 |
-
|
| 185 |
-
|
| 186 |
-
|
| 187 |
-
|
| 188 |
-
|
| 189 |
-
|
| 190 |
-
|
| 191 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 192 |
|
| 193 |
secrets:
|
| 194 |
bitwarden:
|
|
|
|
| 166 |
# IMPORTANT: Use 'mcp_servers:' key, NOT 'mcp:'
|
| 167 |
|
| 168 |
mcp_servers:
|
| 169 |
+
cloudflare:
|
| 170 |
+
url: https://mcp.cloudflare.com/mcp
|
| 171 |
+
timeout: 120
|
| 172 |
+
headers:
|
| 173 |
+
Authorization: Bearer ${CLOUDFLARE_API_TOKEN}
|
| 174 |
+
inbox:
|
| 175 |
+
url: https://mcp-inbox.cmz.web.id/mcp
|
| 176 |
+
timeout: 120
|
| 177 |
+
headers:
|
| 178 |
+
X-MCP-Secret: ${INBOX_MCP_SECRET}
|
| 179 |
+
n8n:
|
| 180 |
+
url: https://ruang101-n8n.hf.space/mcp-server/http
|
| 181 |
+
timeout: 120
|
| 182 |
+
headers:
|
| 183 |
+
Authorization: Bearer ${N8N_MCP_API_KEY}
|
| 184 |
+
tavily:
|
| 185 |
+
url: https://mcp.tavily.com/mcp/?tavilyApiKey=${TAVILY_API_KEY}
|
| 186 |
+
exa:
|
| 187 |
+
url: https://mcp.exa.ai/mcp?tools=web_search_exa,web_fetch_exa,web_search_advanced_exa
|
| 188 |
+
headers:
|
| 189 |
+
x-api-key: ${EXA_API_KEY2}
|
| 190 |
+
anysearch:
|
| 191 |
+
url: https://api.anysearch.com/mcp
|
| 192 |
+
headers:
|
| 193 |
+
Authorization: Bearer ${ANYSERCH_API_KEY}
|
| 194 |
+
google-maps-tools:
|
| 195 |
+
url: https://mapstools.googleapis.com/mcp
|
| 196 |
+
type: http
|
| 197 |
|
| 198 |
secrets:
|
| 199 |
bitwarden:
|