@@ -310,7 +310,18 @@ registry:
310
310
Local filesystem access with configurable allowed paths
311
311
ref : github:docker/labs-ai-tools-for-devs?path=prompts/mcp/filesystem.md
312
312
readme : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/readmes/filesystem.md
313
+ source : https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem
313
314
icon : https://avatars.githubusercontent.com/u/182288589?s=200&v=4
315
+ config :
316
+ - name : filesystem
317
+ description : The MCP server is allowed to access these paths
318
+ type : object
319
+ properties :
320
+ paths :
321
+ type : array
322
+ items : {type: string}
323
+ required :
324
+ - paths
314
325
tools : []
315
326
prompts : 0
316
327
resources : {}
@@ -436,7 +447,8 @@ registry:
436
447
config :
437
448
- name : atlassian
438
449
description : The MCP server is allowed to access these paths
439
- parameters :
450
+ type : object
451
+ properties :
440
452
confluence :
441
453
type : object
442
454
properties :
@@ -467,7 +479,8 @@ registry:
467
479
config :
468
480
- name : jetbrains
469
481
description : The MCP server needs to know about the local JetBrains IDE Config
470
- parameters :
482
+ type : object
483
+ properties :
471
484
server :
472
485
type : object
473
486
properties :
@@ -536,7 +549,8 @@ registry:
536
549
config :
537
550
- name : gitlab
538
551
description : Configure the local or Cloud GitLab instance
539
- parameters :
552
+ type : object
553
+ properties :
540
554
url :
541
555
type : string
542
556
description : api url - optional for self-hosted instances
@@ -598,7 +612,8 @@ registry:
598
612
config :
599
613
- name : resend
600
614
description : Configure sender and reply email addresses
601
- parameters :
615
+ type : object
616
+ properties :
602
617
reply_to :
603
618
type : string
604
619
description : comma separated list of reply to email addresses
@@ -695,7 +710,8 @@ registry:
695
710
config :
696
711
- name : armor-crypto
697
712
description : Configure the connection to Armor
698
- parameters :
713
+ type : object
714
+ properties :
699
715
api_url :
700
716
type : string
701
717
astra-db :
@@ -728,7 +744,8 @@ registry:
728
744
config :
729
745
- name : astra-db
730
746
description : Configure the connection to Astra DB
731
- parameters :
747
+ type : object
748
+ properties :
732
749
endpoint :
733
750
type : string
734
751
atlas-docs :
@@ -748,7 +765,8 @@ registry:
748
765
config :
749
766
- name : atlas-docs
750
767
description : Configure the connection to Atlas Docs
751
- parameters :
768
+ type : object
769
+ properties :
752
770
api_url :
753
771
type : string
754
772
audiense-insights :
@@ -774,7 +792,8 @@ registry:
774
792
config :
775
793
- name : audiense-insights
776
794
description : Configure the connection to Audiense Insights
777
- parameters :
795
+ type : object
796
+ properties :
778
797
client_id :
779
798
type : string
780
799
required :
@@ -823,7 +842,8 @@ registry:
823
842
config :
824
843
- name : bitrefill
825
844
description : Configure the connection to Bitrefill
826
- parameters :
845
+ type : object
846
+ properties :
827
847
api_id :
828
848
type : string
829
849
required :
@@ -916,7 +936,8 @@ registry:
916
936
config :
917
937
- name : dart
918
938
description : Configure the connection to Dart
919
- parameters :
939
+ type : object
940
+ properties :
920
941
host :
921
942
type : string
922
943
databutton :
@@ -947,7 +968,8 @@ registry:
947
968
config :
948
969
- name : descope
949
970
description : Configure the connection to Descope
950
- parameters :
971
+ type : object
972
+ properties :
951
973
project_id :
952
974
type : string
953
975
required :
@@ -977,7 +999,8 @@ registry:
977
999
config :
978
1000
- name : devhub-cms
979
1001
description : Configure the connection to DevHub CMS
980
- parameters :
1002
+ type : object
1003
+ properties :
981
1004
url :
982
1005
type : string
983
1006
required :
@@ -1012,7 +1035,8 @@ registry:
1012
1035
config :
1013
1036
- name : elasticsearch
1014
1037
description : Configure the connection to Elasticsearch
1015
- parameters :
1038
+ type : object
1039
+ properties :
1016
1040
url :
1017
1041
type : string
1018
1042
required :
@@ -1041,11 +1065,22 @@ registry:
1041
1065
config :
1042
1066
- name : firecrawl
1043
1067
description : Configure the connection to Firecrawl
1044
- parameters :
1045
- credit_critical_threshold :
1068
+ type : object
1069
+ properties :
1070
+ url :
1071
+ type : string
1072
+ retry_max :
1073
+ type : integer
1074
+ retry_delay :
1075
+ type : integer
1076
+ retry_max_delay :
1077
+ type : integer
1078
+ retry_backoff_factor :
1046
1079
type : integer
1047
1080
credit_warning_threshold :
1048
1081
type : integer
1082
+ credit_critical_threshold :
1083
+ type : integer
1049
1084
retry_backoff_factor :
1050
1085
type : integer
1051
1086
retry_delay :
@@ -1166,7 +1201,10 @@ registry:
1166
1201
config :
1167
1202
- name : hyperspell
1168
1203
description : Configure the connection to Hyperspell
1169
- parameters :
1204
+ type : object
1205
+ properties :
1206
+ use_resources :
1207
+ type : boolean
1170
1208
collection :
1171
1209
type : string
1172
1210
use_resources :
@@ -1201,7 +1239,8 @@ registry:
1201
1239
config :
1202
1240
- name : iaptic
1203
1241
description : Configure the connection to iaptic
1204
- parameters :
1242
+ type : object
1243
+ properties :
1205
1244
app_name :
1206
1245
type : string
1207
1246
required :
@@ -1222,7 +1261,8 @@ registry:
1222
1261
config :
1223
1262
- name : kagisearch
1224
1263
description : Configure the connection to Kagi search
1225
- parameters :
1264
+ type : object
1265
+ properties :
1226
1266
engine :
1227
1267
type : string
1228
1268
multiversx-mx :
@@ -1251,7 +1291,8 @@ registry:
1251
1291
config :
1252
1292
- name : multiversx-mx
1253
1293
description : Configure the connection to MultiversX blockchain
1254
- parameters :
1294
+ type : object
1295
+ properties :
1255
1296
network :
1256
1297
type : string
1257
1298
wallet :
@@ -1346,7 +1387,8 @@ registry:
1346
1387
config :
1347
1388
- name : opik
1348
1389
description : Configure the connection to Opik
1349
- parameters :
1390
+ type : object
1391
+ properties :
1350
1392
api_base_url :
1351
1393
type : string
1352
1394
workspace_name :
@@ -1385,7 +1427,8 @@ registry:
1385
1427
config :
1386
1428
- name : oxylabs
1387
1429
description : Configure the connection to Oxylabs Scraper
1388
- parameters :
1430
+ type : object
1431
+ properties :
1389
1432
username :
1390
1433
type : string
1391
1434
required :
@@ -1725,7 +1768,8 @@ registry:
1725
1768
config :
1726
1769
- name : edubase
1727
1770
description : Configure the connection to EduBase
1728
- parameters :
1771
+ type : object
1772
+ properties :
1729
1773
app :
1730
1774
type : string
1731
1775
url :
@@ -1795,7 +1839,8 @@ registry:
1795
1839
config :
1796
1840
- name : glif
1797
1841
description : Configure the connection to glif.app
1798
- parameters :
1842
+ type : object
1843
+ properties :
1799
1844
ids :
1800
1845
type : string
1801
1846
ignored_saved :
0 commit comments