File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,20 @@ system:
55
55
list : ' .mcpServers | to_entries | map(.value + {"name": .key})'
56
56
set : .mcpServers[$NAME] = $JSON
57
57
del : del(.mcpServers[$NAME])
58
+ sema4 :
59
+ displayName : Sema4
60
+ source : https://sema4.ai/links/docker-mcp-download
61
+ installCheckPaths :
62
+ - $HOME/.sema4ai
63
+ - $USERPROFILE\AppData\Local\sema4ai
64
+ paths :
65
+ linux : $HOME/.sema4ai/sema4ai-studio/mcp_servers.json
66
+ darwin : $HOME/.sema4ai/sema4ai-studio/mcp_servers.json
67
+ windows : $USERPROFILE\AppData\Local\sema4ai\sema4ai-studio\mcp_servers.json
68
+ yq :
69
+ list : ' .mcpServers | to_entries | map(.value + {"name": .key})'
70
+ set : .mcpServers[$NAME] = $JSON+{"transport":"stdio"}
71
+ del : del(.mcpServers[$NAME])
58
72
project :
59
73
cursor :
60
74
displayname : Cursor
You can’t perform that action at this time.
0 commit comments