veris for Zed
io.github.jakeyoung1/veris
Provenance-first web + SEC EDGAR data for AI agents: every fact carries its verifiable source.
client:Zed
transport:stdio
runtime:npm
Install veris in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"veris": {
"command": "npx",
"args": [
"-y",
"veris-mcp"
],
"env": {
"BRAVE_API_KEY": "<BRAVE_API_KEY>",
"SEC_USER_AGENT": "<SEC_USER_AGENT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs