From 5ff315f499a2442b2139f08b0db1e851926d8401 Mon Sep 17 00:00:00 2001 From: Alex Pickering Date: Mon, 3 Nov 2025 13:40:43 -0600 Subject: Add more configs Add configs for * Bat * Karabiner Elements * mcphub And update the neovim config. --- mcphub/servers.json | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 mcphub/servers.json (limited to 'mcphub') 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 + } + } +} -- cgit v1.2.3-70-g09d2