diff options
| author | Alex Pickering <alex@cogarr.net> | 2025-11-03 13:40:43 -0600 |
|---|---|---|
| committer | Alex Pickering <alex@cogarr.net> | 2025-11-03 13:40:43 -0600 |
| commit | 5ff315f499a2442b2139f08b0db1e851926d8401 (patch) | |
| tree | c8519652da69620ed5e21bebf2430402b39e2432 /mcphub | |
| parent | 117ba1112cf67ba1d397d14a7ff09a416d6b5a6c (diff) | |
| download | dotfiles-master.tar.gz dotfiles-master.tar.bz2 dotfiles-master.zip | |
Add configs for
* Bat
* Karabiner Elements
* mcphub
And update the neovim config.
Diffstat (limited to 'mcphub')
| -rw-r--r-- | mcphub/servers.json | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/mcphub/servers.json b/mcphub/servers.json new file mode 100644 index 0000000..b39ceee --- /dev/null +++ b/mcphub/servers.json @@ -0,0 +1,60 @@ +{ + "mcpServers": { + "fetch": { + "args": [ + "mcp-server-fetch" + ], + "command": "uvx", + "disabled": true + }, + "filesystem": { + "args": [ + "-y", + "@modelcontextprotocol/server-filesystem", + "/Users/alexanderpickering" + ], + "command": "npx", + "disabled": false, + "disabled_tools": [ + "move_file", + "list_directory_with_sizes", + "list_allowed_directories", + "read_multiple_files", + "read_media_file", + "read_text_file" + ] + }, + "git": { + "args": [ + "mcp-server-git" + ], + "command": "uvx", + "disabled": true + }, + "memory": { + "args": [ + "-y", + "@modelcontextprotocol/server-memory" + ], + "command": "npx" + }, + "sequentialthinking": { + "args": [ + "-y", + "@modelcontextprotocol/server-sequential-thinking" + ], + "command": "npx", + "disabled_tools": [ + "sequentialthinking" + ] + } + }, + "nativeMCPServers": { + "mcphub": { + "disabled": true + }, + "neovim": { + "disabled": true + } + } +} |
