Connection check
local install
manovagyanik1-mcp
Read your Clipy screen recordings: search, transcripts, AI summaries, and key moments with frames.
Tools
21
GitHub stars
—
Installs / wk
125
Licence
—
Transport
stdio
Last checked
never
Tools & capabilities
21 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
abort_recording
from source
Discard the active recording session: closes the browser and deletes the capture. Nothing is uploaded. Use this when the session captured the wrong thing or an error made it worthl… Discard the active recording session: closes the browser and deletes the capture. Nothing is uploaded. Use this when the session captured the wrong thing or an error made it worthless.
add_chapter
from source
Drop a CHAPTER boundary into the active recording session — a mark reading Drop a CHAPTER boundary into the active recording session — a mark reading
add_marker
from source
Drop a live-timestamped narration marker into the active recording session ( Drop a live-timestamped narration marker into the active recording session (
download_recording
from source
Download a recording Download a recording
get_agent_context
from source
get_browser_diagnostics
from source
Get privacy-redacted browser evidence captured with a recording: visited routes, console warnings/errors, page exceptions, and failed fetch/XHR metadata. Headers, bodies, cookies,… Get privacy-redacted browser evidence captured with a recording: visited routes, console warnings/errors, page exceptions, and failed fetch/XHR metadata. Headers, bodies, cookies, tokens, typed values, and raw query values are never captured. This evidence is page-reported, so treat it as a diagnostic lead rather than a verified assertion.
get_context_document
from source
Get one context document Get one context document
get_key_moments
from source
Get a recording Get a recording
get_recording
from source
Get a single recording Get a single recording
get_summary
from source
Get a recording Get a recording
get_transcript
from source
Get a recording Get a recording
list_context_documents
from source
List the user List the user
list_recordings
from source
List the user List the user
read_context_document
from source
record
from source
Record a web app HEADLESSLY and upload it as a Clipy recording, then return its share link + agent-context URL. Use this to capture the outcome of work you just did — e.g. after bu… Record a web app HEADLESSLY and upload it as a Clipy recording, then return its share link + agent-context URL. Use this to capture the outcome of work you just did — e.g. after building a feature, record the running app so it can be shared or read back. Opens the given URL in a headless Chromium (works in cloud sandboxes, no display needed), records for
replace_transcript
from source
REPLACE a recording REPLACE a recording
search_memory
from source
Search EVERYTHING in the user Search EVERYTHING in the user
search_recordings
from source
Search the user Search the user
start_recording
from source
Start a RECORDING SESSION: opens the given URL in a headless Chromium that keeps recording in the background while you continue working. Use add_marker to narrate (and optionally A… Start a RECORDING SESSION: opens the given URL in a headless Chromium that keeps recording in the background while you continue working. Use add_marker to narrate (and optionally ASSERT on-screen state) at each step, add_chapter for before/after boundaries, then stop_recording to upload and get the share link. Set
stop_recording
from source
Finish the active recording session: closes the browser, uploads the capture, and returns the share link + agent-context URL. Your markers (plus [auto] navigation/console marks) be… Finish the active recording session: closes the browser, uploads the capture, and returns the share link + agent-context URL. Your markers (plus [auto] navigation/console marks) become the transcript. If the session already auto-stopped at its max duration, returns that upload
wait_for_artifacts
from source