Skip to main content
The Python package installs a local MCP stdio shim:
vued mcp
Development:
cd vued-python-sdk
uv run vued mcp
The shim forwards MCP JSON-RPC to the unlocked desktop app and exposes local plaintext tools.

Tools

ToolPurpose
searchKeyword search decrypted meetings and transcripts.
semantic_searchSemantic search with local plaintext hydration.
list_meetingsBrowse local meetings by time, source, room, microphone, or file.
get_meetingFetch one meeting plus transcript.
get_transcriptFetch one transcript event plus parent meeting ref.

Environment

Env varMeaning
VUED_LOCAL_API_URLExplicit local API base URL.
VUED_LOCAL_API_TOKENExplicit local API bearer token.
VUED_LOCAL_API_DISCOVERYExplicit discovery file.
VUED_MCP_WAKE_TIMEOUT_MSDesktop wake wait, default 8000.
VUED_MCP_NO_WAKE=1Disable desktop auto-wake.
VUED_MCP_TRACEJSONL trace file path.
Local MCP exposes decrypted local cache data to the MCP client. Connect it only to trusted tools.
Last modified on June 29, 2026