Back to Home
Klavis-AI icon

klavis

Verified Safe

by Klavis-AI

Overview

Creates an AI agent that uses Klavis Strata to interact with Gmail and YouTube through MCP, demonstrating how to summarize a YouTube video and email the summary.

Installation

Run Command
npm run dev

Environment Variables

  • KLAVIS_API_KEY
  • OPENAI_API_KEY

Security Notes

The example code itself primarily delegates credential handling and OAuth flows to the Klavis platform and standard libraries (LangChain, OpenAI SDK). It uses environment variables (KLAVIS_API_KEY, OPENAI_API_KEY) for authentication, which is standard practice for development but requires secure management in production. OAuth for integrated services (Gmail, YouTube) is handled by the Klavis platform, abstracting away complex, sensitive flows from the example application. The underlying MCP servers within the monorepo generally show good practices for secret handling (ContextVars, base64-decoded `x-auth-data` headers) and API interaction. No direct 'eval' or obvious malicious patterns were found in the provided code snippets.

Similar Servers

Stats

Interest Score100
Security Score8
Cost ClassHigh
Avg Tokens7000
Stars5495
Forks507
Last Update2025-12-06

Tags

AI AgentLangChainGmailYouTubeMCPTypeScriptIntegrationsVideo SummaryEmail Automation