scopus for Zed
io.github.smaboundless/scopus
Search Scopus abstracts, authors, and export citations via Elsevier API
client:Zed
transport:stdio
runtime:pypi
Install scopus in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"scopus": {
"command": "uvx",
"args": [
"scopus-mcp-server"
],
"env": {
"SCOPUS_API_KEY": "<SCOPUS_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs