diff --git a/config/mcphub/servers.json b/config/mcphub/servers.json index 923e55e..3163de8 100644 --- a/config/mcphub/servers.json +++ b/config/mcphub/servers.json @@ -7,23 +7,53 @@ "@upstash/context7-mcp@latest" ] }, + "fetch": { + "command": "uvx", + "args": [ + "mcp-server-fetch" + ] + }, + "filesystem": { + "command": "pnpm", + "args": [ + "dlx", + "@modelcontextprotocol/server-filesystem@latest", + "/opt/personal", + "/opt/work" + ] + }, "git": { "command": "uvx", "args": [ "mcp-server-git" ] }, - "vectorcode": { - "command": "vectorcode-mcp-server", - "args": [] + "memory": { + "command": "pnpm", + "args": [ + "dlx", + "@modelcontextprotocol/server-memory@latest" + ] }, "serena": { "command": "uvx", "arg": [ "--from", "git+https://github.com/oraios/serena", - "serena-mcp-server" + "serena-mcp-server", + "--transport", + "stdio", + "--enable-web-dashboard", + "False", + "--enable-gui-log-window", + "False", + "--tool-timeout", + "30" ] + }, + "vectorcode": { + "command": "vectorcode-mcp-server", + "args": [] } } }