Skip to main content
Glama
nazar256

NotebookLM MCP Gateway

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_AUDIENCEYesMCP audience URL. Must match the deployed Worker URL exactly.
MCP_RESOURCEYesMCP resource URL. Must match the deployed Worker URL exactly.
OAUTH_ISSUERYesOAuth issuer URL. Must match the deployed Worker URL exactly.
CSRF_SIGNING_KEY_B64YesBase64-encoded signing key for CSRF tokens. Generate with 'openssl rand -base64 48'.
OAUTH_JWT_SIGNING_KEY_B64YesBase64-encoded signing key for OAuth JWTs. Generate with 'openssl rand -base64 48'.
NOTEBOOKLM_CREDENTIAL_ENC_KEY_B64YesBase64-encoded encryption key for NotebookLM credentials. Generate with 'openssl rand -base64 32'.
OAUTH_EXTRA_REDIRECT_URI_PATTERNSNoOptional additional allowed redirect URI patterns (space-separated).

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nazar256/notebooklm-mcp-gateway'

If you have feedback or need assistance with the MCP directory API, please join our Discord server