acq_search_retrieval

nclawson4/acq_search_retrieval
★ 0 stars TypeScript Browser/Web Updated 4d ago
Multi-modal search and retrieval over long-form video — web portal + remote MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "acq_search_retrieval": {
      "command": "npx",
      "args": [
        "-y",
        "nclawson4/acq_search_retrieval"
      ]
    }
  }
}

README Excerpt

Multi-modal search and retrieval over a long-form video library. The same retrieval core is surfaced two ways: - **Web portal:** [acq-search-retrieval.vercel.app](https://acq-search-retrieval.vercel.app) - **Remote MCP server (Streamable HTTP):** `https://acq-search-retrieval.vercel.app/api/mcp` The intent is editor-grade sourcing: given a natural-language query, return ranked, timestamped moments that combine what was said (transcript) and what was on screen (visual).