{ "servers": { "filesystem": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-filesystem", "/home"], "enabled": false, "_comment": "Enable to allow file read/write operations" }, "brave-search": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-brave-search"], "env": { "BRAVE_API_KEY": "${BRAVE_API_KEY}" }, "enabled": false, "_comment": "Enable for web search (requires BRAVE_API_KEY)" }, "fetch": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-fetch"], "enabled": false, "_comment": "Enable for HTTP fetch operations" }, "memory": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-memory"], "enabled": false, "_comment": "Enable for persistent memory/knowledge graph" } } }