configs-all 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (227) hide show
  1. package/.claude/settings.local.json +3 -0
  2. package/CLAUDE.md +94 -0
  3. package/README.md +424 -0
  4. package/TERMINAL_SHORTCUTS.md +96 -0
  5. package/WINDOWS_COMPATIBILITY.md +85 -0
  6. package/WINDOWS_MCP_SETUP.md +133 -0
  7. package/apps/RectangleConfig.plist +0 -0
  8. package/apps/Synergy +84 -0
  9. package/apps/iStat Menus Settings.ismp7 +0 -0
  10. package/claude/CLAUDE.md +228 -0
  11. package/claude/commands/changelog.md +36 -0
  12. package/claude/commands/commit.md +29 -0
  13. package/claude/commands/context.md +112 -0
  14. package/claude/commands/dash.md +37 -0
  15. package/claude/commands/deploy-check.md +37 -0
  16. package/claude/commands/deps.md +26 -0
  17. package/claude/commands/duplo.md +56 -0
  18. package/claude/commands/explain.md +43 -0
  19. package/claude/commands/fix-and-test.md +46 -0
  20. package/claude/commands/game-debug.md +66 -0
  21. package/claude/commands/games.md +53 -0
  22. package/claude/commands/go.md +147 -0
  23. package/claude/commands/guard.md +102 -0
  24. package/claude/commands/handoff.md +66 -0
  25. package/claude/commands/incident.md +144 -0
  26. package/claude/commands/init.md +78 -0
  27. package/claude/commands/k8s-debug.md +31 -0
  28. package/claude/commands/lint.md +27 -0
  29. package/claude/commands/merge-all.md +115 -0
  30. package/claude/commands/merge.md +129 -0
  31. package/claude/commands/mikpc.md +54 -0
  32. package/claude/commands/morning.md +72 -0
  33. package/claude/commands/partymode.md +105 -0
  34. package/claude/commands/plans.md +88 -0
  35. package/claude/commands/pr.md +41 -0
  36. package/claude/commands/prep.md +132 -0
  37. package/claude/commands/push-sync.md +82 -0
  38. package/claude/commands/push.md +34 -0
  39. package/claude/commands/research.md +73 -0
  40. package/claude/commands/retro.md +95 -0
  41. package/claude/commands/review-pr.md +96 -0
  42. package/claude/commands/review.md +41 -0
  43. package/claude/commands/scaffold-agent.md +45 -0
  44. package/claude/commands/setup.md +92 -0
  45. package/claude/commands/ship-prod.md +97 -0
  46. package/claude/commands/ship.md +82 -0
  47. package/claude/commands/simplify.md +42 -0
  48. package/claude/commands/spike.md +110 -0
  49. package/claude/commands/status.md +37 -0
  50. package/claude/commands/sync.md +72 -0
  51. package/claude/commands/test.md +29 -0
  52. package/claude/commands/triage.md +72 -0
  53. package/claude/desktop/claude_desktop_config.json +9 -0
  54. package/claude/hooks.json +15 -0
  55. package/claude/mcp-servers.duplo.json +8 -0
  56. package/claude/mcp-servers.json +62 -0
  57. package/claude/scripts/psdebug.ps1 +7 -0
  58. package/claude/settings.json +38 -0
  59. package/claude/settings.local.json +4 -0
  60. package/claude/statusline-command.sh +94 -0
  61. package/claude/templates/CLAUDE-k8s-devops.md +58 -0
  62. package/claude/templates/CLAUDE-python-agent.md +47 -0
  63. package/claude/templates/CLAUDE-typescript-frontend.md +50 -0
  64. package/docker/ai-stack/docker-compose.yml +76 -0
  65. package/docker/ai-stack/searxng/limiter.toml +3 -0
  66. package/docker/ai-stack/searxng/settings.yml +39 -0
  67. package/docker/cli/config.json.template +15 -0
  68. package/docker/cli/daemon.json +9 -0
  69. package/docker/cli/features.json +3 -0
  70. package/docker/mcp/catalog.json +9 -0
  71. package/docker/mcp/catalogs/docker-mcp.yaml +15107 -0
  72. package/docker/mcp/config.yaml +0 -0
  73. package/docker/mcp/registry.yaml +37 -0
  74. package/docker/mcp/tools.yaml +0 -0
  75. package/docs/context/.gitkeep +0 -0
  76. package/docs/context/2026-03-02-configs.md +142 -0
  77. package/docs/handoff/.gitkeep +0 -0
  78. package/docs/incidents/.gitkeep +0 -0
  79. package/docs/plans/2026-02-28-autonomous-command-suite-design.md +250 -0
  80. package/docs/plans/2026-02-28-autonomous-command-suite.md +682 -0
  81. package/docs/plans/2026-03-01-ai-stack-split-architecture.md +72 -0
  82. package/docs/plans/2026-03-02-ai-stack-expansion.md +33 -0
  83. package/docs/plans/2026-03-02-merge-commands-design.md +58 -0
  84. package/docs/plans/2026-03-02-merge-commands.md +354 -0
  85. package/docs/research/.gitkeep +0 -0
  86. package/docs/research/2026-03-02-configs-repo-architecture.md +152 -0
  87. package/docs/retros/.gitkeep +0 -0
  88. package/docs/retros/2026-03-01-ai-stack-split-architecture.md +38 -0
  89. package/docs/spikes/.gitkeep +0 -0
  90. package/gh/config.yml +16 -0
  91. package/gh/hosts.yml +5 -0
  92. package/gh/main.json +103 -0
  93. package/ghostty/config +90 -0
  94. package/git/config/base.gitconfig +46 -0
  95. package/git/config/chiefmikey.gitconfig +11 -0
  96. package/git/config/personal.gitconfig +10 -0
  97. package/git/config/work.gitconfig +14 -0
  98. package/ide/cursor/extensions.txt +111 -0
  99. package/ide/cursor/keybindings.json +307 -0
  100. package/ide/cursor/mcp.json +92 -0
  101. package/ide/cursor/settings.json +544 -0
  102. package/ide/vscode/extensions.txt +120 -0
  103. package/ide/vscode/insiders/extensions.txt +119 -0
  104. package/ide/vscode/insiders/keybindings.json +294 -0
  105. package/ide/vscode/insiders/settings.json +518 -0
  106. package/ide/vscode/keybindings.json +294 -0
  107. package/ide/vscode/settings.json +526 -0
  108. package/ide/vscode/vscode/extensions.txt +43 -0
  109. package/iterm/Mikey Pro.json +951 -0
  110. package/iterm/com.googlecode.iterm2.plist +5549 -0
  111. package/iterm/font/MesloLGS NF Bold Italic.ttf +0 -0
  112. package/iterm/font/MesloLGS NF Bold.ttf +0 -0
  113. package/iterm/font/MesloLGS NF Italic.ttf +0 -0
  114. package/iterm/font/MesloLGS NF Regular.ttf +0 -0
  115. package/package.json +15 -0
  116. package/scripts/ai/deploy-ai-stack.sh +119 -0
  117. package/scripts/ai/fix-ai-proxy.service +12 -0
  118. package/scripts/ai/fix-ai-proxy.sh +25 -0
  119. package/scripts/brew/search/brew-search-results.sh +19 -0
  120. package/scripts/brew/search/brew-search.sh +34 -0
  121. package/scripts/brew/upgrade/brew-upgrade-autoupdate.sh +5 -0
  122. package/scripts/brew/upgrade/brew-upgrade-full-auto.sh +89 -0
  123. package/scripts/brew/upgrade/brew-upgrade-full.sh +159 -0
  124. package/scripts/docker/cleanup/docker-cleanup-manage.sh +163 -0
  125. package/scripts/docker/cleanup/docker-cleanup.cron +12 -0
  126. package/scripts/docker/cleanup/docker-cleanup.sh +280 -0
  127. package/scripts/docker/install/README.md +23 -0
  128. package/scripts/docker/install/docker-al2.sh +7 -0
  129. package/scripts/docker/install/docker-compose-al2.sh +15 -0
  130. package/scripts/gh/auth/auth.sh +12 -0
  131. package/scripts/gh/config/gh-config.sh +3 -0
  132. package/scripts/gh/gist/gh-gist-create.sh +29 -0
  133. package/scripts/gh/gist/gh-gist-delete.sh +1 -0
  134. package/scripts/gh/gist/gh-gist-edit.sh +8 -0
  135. package/scripts/gh/gpg-key/gh-gpg-key-add.sh +3 -0
  136. package/scripts/gh/install/install.sh +7 -0
  137. package/scripts/gh/label/gh-label-clone.sh +0 -0
  138. package/scripts/gh/label/gh-label-create.sh +0 -0
  139. package/scripts/gh/label/gh-label-delete.sh +0 -0
  140. package/scripts/gh/label/gh-label-edit.sh +0 -0
  141. package/scripts/gh/label/gh-label-list.sh +0 -0
  142. package/scripts/gh/secret/gh-secret-delete.sh +24 -0
  143. package/scripts/gh/secret/gh-secret-set.sh +70 -0
  144. package/scripts/gh/ssh-key/gh-ssh-key-add.sh +8 -0
  145. package/scripts/git/add/git-add.sh +3 -0
  146. package/scripts/git/auth/README.md +11 -0
  147. package/scripts/git/auth/https.sh +20 -0
  148. package/scripts/git/auth/ssh-mac.sh +41 -0
  149. package/scripts/git/branch-delete/git-branch-delete.sh +16 -0
  150. package/scripts/git/checkout/git-checkout-stash.sh +32 -0
  151. package/scripts/git/temp/git-temp-pull.sh +6 -0
  152. package/scripts/git/temp/git-temp-push.sh +5 -0
  153. package/scripts/install/fresh.zsh +34 -0
  154. package/scripts/install/full-install.zsh +193 -0
  155. package/scripts/linux/codedeploy/README.md +19 -0
  156. package/scripts/linux/codedeploy/linux-codedeploy-al2.sh +13 -0
  157. package/scripts/linux/codedeploy/linux-codedeploy-index.sh +16 -0
  158. package/scripts/linux/codedeploy/linux-codedeploy-ubuntu.sh +14 -0
  159. package/scripts/linux/coredns/README.md +17 -0
  160. package/scripts/linux/coredns/linux-coredns-al2.sh +29 -0
  161. package/scripts/linux/wifi/01-netconf.yaml +21 -0
  162. package/scripts/linux/wifi/wifi-ubuntu.sh +17 -0
  163. package/scripts/mac/dock-sort/mac-dock-sort.sh +87 -0
  164. package/scripts/mac/dropbox-ignore/mac-dropbox-ignore.sh +12 -0
  165. package/scripts/mac/sudo-askpass/mac-sudo-askpass.sh +50 -0
  166. package/scripts/mac/sudo-askpass/setup-sudo-password.sh +49 -0
  167. package/scripts/mac/upgrade/mac-upgrade.sh +21 -0
  168. package/scripts/mac/vpn/mac-vpn.sh +4 -0
  169. package/scripts/mcp/aws-mcp-wrapper.ps1 +97 -0
  170. package/scripts/mcp/aws-mcp-wrapper.sh +53 -0
  171. package/scripts/mcp/duplo-mcp-wrapper.sh +31 -0
  172. package/scripts/mcp/filesystem-mcp-wrapper.ps1 +43 -0
  173. package/scripts/mcp/filesystem-mcp-wrapper.sh +34 -0
  174. package/scripts/mcp/git-mcp-wrapper.ps1 +42 -0
  175. package/scripts/mcp/git-mcp-wrapper.sh +33 -0
  176. package/scripts/mcp/github-mcp-wrapper.ps1 +43 -0
  177. package/scripts/mcp/github-mcp-wrapper.sh +19 -0
  178. package/scripts/mcp/kubernetes-mcp-wrapper.ps1 +22 -0
  179. package/scripts/mcp/kubernetes-mcp-wrapper.sh +16 -0
  180. package/scripts/mcp/mcp-launcher.ps1 +56 -0
  181. package/scripts/mcp/mcp-launcher.sh +71 -0
  182. package/scripts/mcp/mongodb-mcp-wrapper.ps1 +26 -0
  183. package/scripts/mcp/mongodb-mcp-wrapper.sh +17 -0
  184. package/scripts/mcp/notion-mcp-wrapper.ps1 +23 -0
  185. package/scripts/mcp/notion-mcp-wrapper.sh +14 -0
  186. package/scripts/mcp/postgres-mcp-wrapper.ps1 +23 -0
  187. package/scripts/mcp/postgres-mcp-wrapper.sh +16 -0
  188. package/scripts/npm/ncu/npm-ncu.sh +24 -0
  189. package/scripts/npm/upgrade/npm-upgrade.sh +51 -0
  190. package/scripts/qmk/build_reviung41.sh +28 -0
  191. package/scripts/qmk/sync_unicorne.sh +44 -0
  192. package/scripts/sync/README.md +64 -0
  193. package/scripts/sync/config-common.zsh +882 -0
  194. package/scripts/sync/pull-configs.ps1 +33 -0
  195. package/scripts/sync/pull-configs.zsh +278 -0
  196. package/scripts/sync/push-configs.ps1 +91 -0
  197. package/scripts/sync/push-configs.zsh +384 -0
  198. package/shell/alias/alias-d.zsh +333 -0
  199. package/shell/alias/alias.zsh +36 -0
  200. package/shell/alias/categories/development.zsh +157 -0
  201. package/shell/alias/categories/environment.zsh +13 -0
  202. package/shell/alias/categories/git.zsh +40 -0
  203. package/shell/alias/categories/github-functions.zsh +459 -0
  204. package/shell/alias/categories/network.zsh +46 -0
  205. package/shell/alias/categories/path.zsh +46 -0
  206. package/shell/alias/categories/system.zsh +78 -0
  207. package/shell/alias/categories/wolfe-server.zsh +11 -0
  208. package/shell/powershell/Microsoft.PowerShell_profile.ps1 +208 -0
  209. package/shell/zsh/.p10k.zsh +1832 -0
  210. package/shell/zsh/.zshrc +87 -0
  211. package/shell/zsh/config/completion.zsh +31 -0
  212. package/shell/zsh/config/functions.zsh +31 -0
  213. package/shell/zsh/config/keybindings.zsh +13 -0
  214. package/shell/zsh/config/options.zsh +56 -0
  215. package/shell/zsh/config/plugins.zsh +83 -0
  216. package/shell/zsh/config/variables.zsh +191 -0
  217. package/shell/zsh/powerlevel10k.zsh-theme +83 -0
  218. package/shell/zsh/zsh-autosuggestions.zsh +871 -0
  219. package/ssh/config +46 -0
  220. package/ssh/config.duplo +21 -0
  221. package/ssh/config.mikpc +35 -0
  222. package/ssh/personal_signing.pub +1 -0
  223. package/templates/.envrc.example +34 -0
  224. package/templates/.envrc.quickstart +17 -0
  225. package/wezterm/wezterm.lua +249 -0
  226. package/wsl/.wslconfig +3 -0
  227. package/wsl/wsl.conf +18 -0
@@ -0,0 +1,307 @@
1
+ [
2
+ {
3
+ "key": "shift+cmd+j",
4
+ "command": "workbench.action.focusActiveEditorGroup",
5
+ "when": "terminalFocus"
6
+ },
7
+ {
8
+ "key": "shift+cmd+;",
9
+ "command": "workbench.action.terminal.focusNextPane",
10
+ "when": "terminalFocus && terminalProcessSupported"
11
+ },
12
+ {
13
+ "key": "alt+cmd+down",
14
+ "command": "-workbench.action.terminal.focusNextPane",
15
+ "when": "terminalFocus && terminalProcessSupported"
16
+ },
17
+ {
18
+ "key": "alt+cmd+right",
19
+ "command": "-workbench.action.terminal.focusNextPane",
20
+ "when": "terminalFocus && terminalProcessSupported"
21
+ },
22
+ {
23
+ "key": "shift+cmd+l",
24
+ "command": "workbench.action.terminal.focusPreviousPane",
25
+ "when": "terminalFocus && terminalProcessSupported"
26
+ },
27
+ {
28
+ "key": "alt+cmd+up",
29
+ "command": "-workbench.action.terminal.focusPreviousPane",
30
+ "when": "terminalFocus && terminalProcessSupported"
31
+ },
32
+ {
33
+ "key": "alt+cmd+left",
34
+ "command": "-workbench.action.terminal.focusPreviousPane",
35
+ "when": "terminalFocus && terminalProcessSupported"
36
+ },
37
+ {
38
+ "key": "shift+cmd+j",
39
+ "command": "-workbench.action.search.toggleQueryDetails",
40
+ "when": "inSearchEditor || searchViewletFocus"
41
+ },
42
+ {
43
+ "key": "shift+cmd+k",
44
+ "command": "-editor.action.deleteLines",
45
+ "when": "textInputFocus && !editorReadonly"
46
+ },
47
+ {
48
+ "key": "shift+cmd+j",
49
+ "command": "workbench.action.terminal.focus",
50
+ "when": "!terminalFocus"
51
+ },
52
+ {
53
+ "key": "shift+cmd+k",
54
+ "command": "workbench.action.toggleMaximizedPanel",
55
+ "when": "terminalFocus"
56
+ },
57
+ {
58
+ "key": "cmd+r",
59
+ "command": "-workbench.action.reloadWindow",
60
+ "when": "isDevelopment"
61
+ },
62
+ {
63
+ "key": "shift+cmd+r",
64
+ "command": "-rerunSearchEditorSearch",
65
+ "when": "inSearchEditor"
66
+ },
67
+ {
68
+ "key": "cmd+r",
69
+ "command": "rerunSearchEditorSearch",
70
+ "when": "inSearchEditor"
71
+ },
72
+ {
73
+ "key": "shift+cmd+r",
74
+ "command": "workbench.action.reloadWindow"
75
+ },
76
+ {
77
+ "key": "shift+cmd+c",
78
+ "command": "workbench.action.togglePanel"
79
+ },
80
+ {
81
+ "key": "cmd+j",
82
+ "command": "-workbench.action.togglePanel"
83
+ },
84
+ {
85
+ "key": "cmd+j",
86
+ "command": "workbench.action.terminal.openNativeConsole",
87
+ "when": "!terminalFocus"
88
+ },
89
+ {
90
+ "key": "shift+cmd+c",
91
+ "command": "-workbench.action.terminal.openNativeConsole",
92
+ "when": "!terminalFocus"
93
+ },
94
+ {
95
+ "key": "shift+cmd+/",
96
+ "command": "editor.action.inlineSuggest.trigger",
97
+ "when": "config.github.copilot.inlineSuggest.enable && editorTextFocus && !editorHasSelection && !inlineSuggestionsVisible"
98
+ },
99
+ {
100
+ "key": "alt+\\",
101
+ "command": "-editor.action.inlineSuggest.trigger",
102
+ "when": "config.github.copilot.inlineSuggest.enable && editorTextFocus && !editorHasSelection && !inlineSuggestionsVisible"
103
+ },
104
+ {
105
+ "key": "alt+.",
106
+ "command": "editor.action.goToTypeDefinition"
107
+ },
108
+ {
109
+ "key": "shift+enter",
110
+ "command": "acceptSelectedSuggestion",
111
+ "when": "suggestWidgetVisible && textInputFocus"
112
+ },
113
+ {
114
+ "key": "tab",
115
+ "command": "-acceptSelectedSuggestion",
116
+ "when": "suggestWidgetVisible && textInputFocus"
117
+ },
118
+ {
119
+ "key": "shift+enter",
120
+ "command": "editor.action.inlineSuggest.commit",
121
+ "when": "inlineSuggestionHasIndentationLessThanTabSize && inlineSuggestionVisible && !editorTabMovesFocus"
122
+ },
123
+ {
124
+ "key": "tab",
125
+ "command": "-editor.action.inlineSuggest.commit",
126
+ "when": "inlineSuggestionHasIndentationLessThanTabSize && inlineSuggestionVisible && !editorTabMovesFocus"
127
+ },
128
+ {
129
+ "key": "shift+cmd+m",
130
+ "command": "-workbench.actions.view.problems",
131
+ "when": "workbench.panel.markers.view.active"
132
+ },
133
+ {
134
+ "key": "shift+cmd+m",
135
+ "command": "markdown.showPreview",
136
+ "when": "!notebookEditorFocused && editorLangId == 'markdown'"
137
+ },
138
+ {
139
+ "key": "shift+cmd+v",
140
+ "command": "-markdown.showPreview",
141
+ "when": "!notebookEditorFocused && editorLangId == 'markdown'"
142
+ },
143
+ {
144
+ "key": "alt+v",
145
+ "command": "git.stageSelectedRanges",
146
+ "when": "isInDiffEditor"
147
+ },
148
+ {
149
+ "key": "cmd+k alt+cmd+s",
150
+ "command": "-git.stageSelectedRanges",
151
+ "when": "isInDiffEditor"
152
+ },
153
+ {
154
+ "key": "alt+b",
155
+ "command": "git.unstageSelectedRanges",
156
+ "when": "isInDiffEditor"
157
+ },
158
+ {
159
+ "key": "cmd+k cmd+n",
160
+ "command": "-git.unstageSelectedRanges",
161
+ "when": "isInDiffEditor"
162
+ },
163
+ {
164
+ "key": "alt+q",
165
+ "command": "git.revertSelectedRanges",
166
+ "when": "isInDiffEditor"
167
+ },
168
+ {
169
+ "key": "cmd+k cmd+r",
170
+ "command": "-git.revertSelectedRanges",
171
+ "when": "isInDiffEditor"
172
+ },
173
+ {
174
+ "key": "ctrl+b",
175
+ "command": "git.checkout"
176
+ },
177
+ {
178
+ "key": "ctrl+b",
179
+ "command": "-cursorLeft",
180
+ "when": "textInputFocus"
181
+ },
182
+ {
183
+ "key": "cmd+\\",
184
+ "command": "-workbench.action.terminal.split",
185
+ "when": "terminalFocus && terminalProcessSupported || terminalFocus && terminalWebExtensionContributedProfile"
186
+ },
187
+ {
188
+ "key": "cmd+\\",
189
+ "command": "-workbench.action.splitEditor"
190
+ },
191
+ {
192
+ "key": "ctrl+shift+5",
193
+ "command": "-workbench.action.terminal.split",
194
+ "when": "terminalFocus && terminalProcessSupported || terminalFocus && terminalWebExtensionContributedProfile"
195
+ },
196
+ {
197
+ "key": "alt+d",
198
+ "command": "workbench.action.splitEditorLeft"
199
+ },
200
+ {
201
+ "key": "cmd+k cmd+\\",
202
+ "command": "-workbench.action.splitEditorLeft"
203
+ },
204
+ {
205
+ "key": "alt+f",
206
+ "command": "workbench.action.splitEditorRight"
207
+ },
208
+ {
209
+ "key": "cmd+k cmd+\\",
210
+ "command": "-workbench.action.splitEditorRight"
211
+ },
212
+ {
213
+ "key": "alt+c",
214
+ "command": "-gitlens.showQuickCommitFileDetails",
215
+ "when": "editorTextFocus && !gitlens:disabled && config.gitlens.keymap == 'alternate'"
216
+ },
217
+ {
218
+ "key": "alt+c",
219
+ "command": "-markdown.extension.checkTaskList",
220
+ "when": "editorTextFocus && editorLangId =~ /^markdown$|^rmd$|^quarto$/"
221
+ },
222
+ {
223
+ "key": "alt+b",
224
+ "command": "-gitlens.toggleFileBlame",
225
+ "when": "editorTextFocus && config.gitlens.keymap == 'alternate' && gitlens:activeFileStatus =~ /blameable/"
226
+ },
227
+ {
228
+ "key": "ctrl+shift+g",
229
+ "command": "-workbench.view.scm",
230
+ "when": "workbench.scm.active && !gitlens:disabled && config.gitlens.keymap == 'chorded'"
231
+ },
232
+ {
233
+ "key": "ctrl+c",
234
+ "command": "workbench.view.scm",
235
+ "when": "workbench.scm.active"
236
+ },
237
+ {
238
+ "key": "ctrl+shift+g",
239
+ "command": "-workbench.view.scm",
240
+ "when": "workbench.scm.active"
241
+ },
242
+ {
243
+ "key": "shift+cmd+b",
244
+ "command": "-workbench.action.tasks.build",
245
+ "when": "taskCommandsRegistered"
246
+ },
247
+ {
248
+ "key": "shift+cmd+b",
249
+ "command": "workbench.action.toggleAuxiliaryBar"
250
+ },
251
+ {
252
+ "key": "alt+cmd+b",
253
+ "command": "-workbench.action.toggleAuxiliaryBar"
254
+ },
255
+ {
256
+ "key": "ctrl+cmd+e",
257
+ "command": "cursorLineEnd",
258
+ "when": "textInputFocus"
259
+ },
260
+ {
261
+ "key": "ctrl+e",
262
+ "command": "-cursorLineEnd",
263
+ "when": "textInputFocus"
264
+ },
265
+ {
266
+ "key": "ctrl+e",
267
+ "command": "workbench.view.explorer",
268
+ "when": "viewContainer.workbench.view.explorer.enabled"
269
+ },
270
+ {
271
+ "key": "shift+cmd+e",
272
+ "command": "-workbench.view.explorer",
273
+ "when": "viewContainer.workbench.view.explorer.enabled"
274
+ },
275
+ {
276
+ "key": "ctrl+cmd+f",
277
+ "command": "eslint.executeAutofix"
278
+ },
279
+ {
280
+ "key": "ctrl+cmd+f",
281
+ "command": "-workbench.action.toggleFullScreen",
282
+ "when": "!isIOS"
283
+ },
284
+ {
285
+ "key": "ctrl+alt+d",
286
+ "command": "workbench.action.debug.start",
287
+ "when": "debuggersAvailable && debugState == 'inactive'"
288
+ },
289
+ {
290
+ "key": "f5",
291
+ "command": "-workbench.action.debug.start",
292
+ "when": "debuggersAvailable && debugState == 'inactive'"
293
+ },
294
+ {
295
+ "key": "cmd+g",
296
+ "command": "aiFeedback.action.open"
297
+ },
298
+ {
299
+ "key": "cmd+r cmd+g",
300
+ "command": "-aiFeedback.action.open"
301
+ },
302
+ {
303
+ "key": "cmd+r cmd+k",
304
+ "command": "-editor.action.defineKeybinding",
305
+ "when": "resource == 'vscode-userdata:/Users/mikl/Library/Application%20Support/Cursor/User/keybindings.json'"
306
+ }
307
+ ]
@@ -0,0 +1,92 @@
1
+ {
2
+ "mcpServers": {
3
+ "chrome_devtools": {
4
+ "command": "npx",
5
+ "args": ["-y", "chrome-devtools-mcp@latest"]
6
+ },
7
+ "ssh": {
8
+ "command": "npx",
9
+ "args": ["-y", "@idletoaster/ssh-mcp-server"]
10
+ },
11
+ "redis": {
12
+ "command": "npx",
13
+ "args": ["-y", "@modelcontextprotocol/server-redis"],
14
+ "env": {
15
+ "REDIS_URL": "redis://localhost:6379"
16
+ }
17
+ },
18
+ "figma": {
19
+ "url": "https://mcp.figma.com/mcp"
20
+ },
21
+ "kubernetes": {
22
+ "command": "npx",
23
+ "args": ["-y", "kubernetes-mcp-server@latest"]
24
+ },
25
+ "filesystem": {
26
+ "command": "${userHome}/.local/bin/mcp-launcher.sh",
27
+ "args": ["filesystem-mcp-wrapper.sh"]
28
+ },
29
+ "git": {
30
+ "command": "${userHome}/.local/bin/mcp-launcher.sh",
31
+ "args": ["git-mcp-wrapper.sh"]
32
+ },
33
+ "memory": {
34
+ "command": "npx",
35
+ "args": ["-y", "@modelcontextprotocol/server-memory"]
36
+ },
37
+ "playwright": {
38
+ "command": "npx",
39
+ "args": ["-y", "@playwright/mcp@latest"]
40
+ },
41
+ "mongodb": {
42
+ "command": "${userHome}/.local/bin/mcp-launcher.sh",
43
+ "args": ["mongodb-mcp-wrapper.sh"]
44
+ },
45
+ "brave_search": {
46
+ "command": "npx",
47
+ "args": ["-y", "@modelcontextprotocol/server-brave-search"],
48
+ "env": {
49
+ "BRAVE_API_KEY": "BSAP4iDVY1Ea4mfRlLkZUTgcZYEW3ZX"
50
+ }
51
+ },
52
+ "github": {
53
+ "command": "${userHome}/.local/bin/mcp-launcher.sh",
54
+ "args": ["github-mcp-wrapper.sh"]
55
+ },
56
+ "postman": {
57
+ "command": "npx",
58
+ "args": ["-y", "@modelcontextprotocol/server-postman"],
59
+ "env": {
60
+ "POSTMAN_API_KEY": ""
61
+ }
62
+ },
63
+ "notion": {
64
+ "command": "${userHome}/.local/bin/mcp-launcher.sh",
65
+ "args": ["notion-mcp-wrapper.sh"]
66
+ },
67
+ "postgres": {
68
+ "command": "${userHome}/.local/bin/mcp-launcher.sh",
69
+ "args": ["postgres-mcp-wrapper.sh"]
70
+ },
71
+ "sqlite": {
72
+ "command": "npx",
73
+ "args": ["-y", "mcp-sqlite", "--db-path", "${userHome}/Dropbox/dev"]
74
+ },
75
+ "aws": {
76
+ "command": "${userHome}/.local/bin/mcp-launcher.sh",
77
+ "args": ["aws-mcp-wrapper.sh"],
78
+ "env": {
79
+ "AWS_PROFILE": "default",
80
+ "AWS_REGION": "us-east-2"
81
+ }
82
+ },
83
+ "docker": {
84
+ "command": "docker",
85
+ "args": ["mcp", "gateway", "run", "--servers", "docker"]
86
+ },
87
+ "docker-full": {
88
+ "command": "docker",
89
+ "args": ["mcp", "gateway", "run"]
90
+ }
91
+ }
92
+ }