Features / Distribution
shippedCursor MCP integration
Add Uoink to Cursor to search and reference your video corpus inside your editor.

The user-facing part.
Bring your video corpus into Cursor. Register the helper as an MCP server to reference transcripts and documentation directly in your editor. You can prompt Cursor to write code matching a video walkthrough, citing sources as you write. Everything runs on your machine, protecting your workspace.
Run the loop.
- Open Settings in Cursor.
- Navigate to features and select MCP.
- Click Add New MCP Server.
- Paste the Uoink command path.
- Ask Cursor's chat panel to search your library.
How Uoink handles it.
Cursor runs the helper binary as a subprocess and establishes stdio communication. When you prompt Cursor about your code, the editor calls uoink_tools to search your transcripts or read specific corpus files. The helper queries SQLite and returns the markdown text to the editor context, ensuring fast local search.
Agent-readable surface.
search_uoinksbuild_workspaceget_uoink_corpus{
"name": "search_uoinks",
"arguments": {
"query": "Model Context Protocol"
}
}Full server metadata lives at /mcp and /mcp/manifest.json.
Run it on your next source.
Configure Cursor to query your transcript corpus directly from the editor.