Skip to main content
Agents should use Vued through the narrowest path that provides the data they need.
  1. Use local MCP or SDK local methods for decrypted meeting search.
  2. Use cloud API or SDK cloud methods for metadata writes, webhooks, API keys, and signed audio URLs.
  3. Avoid remote cloud routes for plaintext transcript content.
  4. Keep secrets out of prompts, source control, and generated docs.

Ready-to-paste MCP config

Prefer vued mcp install when the local CLI is available; use this manual config when an AI client needs explicit JSON.

Ready-to-paste Python client

Use Local MCP for tool schemas and Mintlify maintenance for updating this docs site.
Last modified on June 30, 2026