screenpipe for Zed
io.github.screenpipe/screenpipe-mcp
Search your local screen recordings, audio transcripts, and computer activity from screenpipe.
client:Zed
transport:stdio
runtime:npm
Install screenpipe in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"screenpipe-mcp": {
"command": "npx",
"args": [
"-y",
"screenpipe-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs