Please report security vulnerabilities using GitHub private vulnerability disclosure.
Do not open a public GitHub issue for a security vulnerability.
We will acknowledge receipt within 5 business days and aim to provide a resolution timeline within 10 business days.
- Security issues in the configuration files, scripts, and documentation in this repository.
- Misconfigurations that could expose credentials or sensitive data.
- Issues in the VS Code MCP configuration that could lead to unintended data exposure.
- Vulnerabilities in the upstream
notebooklm-mcppackage. Please report those to thenotebooklm-mcpmaintainers directly. - Vulnerabilities in Google NotebookLM itself. Please report those to Google.
- Vulnerabilities in GitHub Copilot or VS Code. Please report those to GitHub and Microsoft respectively.
This project integrates with Google NotebookLM, which processes documents through Google's infrastructure.
Never upload the following to Google NotebookLM:
- API keys, tokens, or credentials of any kind
- Private keys or certificates
- Passwords or secrets
- Personally identifiable information (PII) subject to GDPR, CCPA, or other privacy regulations
- Protected health information (PHI) subject to HIPAA or equivalent regulations
- Customer data that has not been approved by your organization for cloud storage and AI processing
- Confidential information covered by NDA unless Google's terms permit it
Authentication:
- The
notebooklm-mcpserver stores authentication in a local Chrome profile on the developer's machine. - Do not commit Chrome profile data, cookies, or session tokens to this repository.
- The
.gitignorein this repository excludes common local credential paths.
Before deploying this in an enterprise environment:
- Review the enterprise rollout guide.
- Ensure your organization's data classification policy permits uploading relevant documents to Google NotebookLM.
- Pin the
notebooklm-mcpversion in.vscode/mcp.jsonand review its changelog before upgrading. - Enable only the MCP tools required for your workflows.
This is an open-source community project with no formal support SLA. See SUPPORT.md.