chronoverify for Zed
io.github.beeswaxpat/chronoverify
Verify a photo's capture time and provenance: C2PA validation, EXIF/XMP, and pixel forensics.
client:Zed
transport:stdio
runtime:npm
Install chronoverify in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"chronoverify": {
"command": "npx",
"args": [
"-y",
"chronoverify-mcp"
],
"env": {
"CHRONOVERIFY_API_KEY": "<CHRONOVERIFY_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs