summaryrefslogtreecommitdiff
path: root/mcphub
diff options
context:
space:
mode:
Diffstat (limited to 'mcphub')
-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
+ }
+ }
+}