Features / Distribution

shipped

Cursor MCP integration

Add Uoink to Cursor to search and reference your video corpus inside your editor.

DistributionCursorshipped
Cursor MCP integration
Cursor settings panel showing MCP server list
Cursor settings panel showing MCP server list
what it does

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.

getting started

Run the loop.

  1. Open Settings in Cursor.
  2. Navigate to features and select MCP.
  3. Click Add New MCP Server.
  4. Paste the Uoink command path.
  5. Ask Cursor's chat panel to search your library.
behind the scenes

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.

mcp reference

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.

try it now

Run it on your next source.

Configure Cursor to query your transcript corpus directly from the editor.

Install Uoink