yt-mem-ai for Cursor
io.github.dasein108/yt-mem-ai
Local YouTube memory: transcribe, embed and search videos, with summaries and highlights.
client:Cursor
transport:stdio
runtime:pypi
Install yt-mem-ai in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"yt-mem-ai": {
"type": "stdio",
"command": "uvx",
"args": [
"yt-mem-ai"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs