summaryrefslogtreecommitdiff
path: root/mcphub/servers.json
diff options
context:
space:
mode:
authorAlex Pickering <alex@cogarr.net>2025-11-03 13:40:43 -0600
committerAlex Pickering <alex@cogarr.net>2025-11-03 13:40:43 -0600
commit5ff315f499a2442b2139f08b0db1e851926d8401 (patch)
treec8519652da69620ed5e21bebf2430402b39e2432 /mcphub/servers.json
parent117ba1112cf67ba1d397d14a7ff09a416d6b5a6c (diff)
downloaddotfiles-master.tar.gz
dotfiles-master.tar.bz2
dotfiles-master.zip
Add more configsHEADmaster
Add configs for * Bat * Karabiner Elements * mcphub And update the neovim config.
Diffstat (limited to 'mcphub/servers.json')
-rw-r--r--mcphub/servers.json60
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
+ }
+ }
+}