Skip to content

notebooklm mcp secure for Zed

io.github.pantheon-security/notebooklm-mcp-secure

Security-hardened NotebookLM MCP with post-quantum encryption

client:Zed transport:stdio runtime:npm

Install notebooklm mcp secure in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "notebooklm-mcp-secure": {
      "command": "npx",
      "args": [
        "-y",
        "@pan-sec/notebooklm-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

notebooklm mcp secure in other clients