Code of Paper for Zed
io.github.isagelswann/codeofpaper
Find GitHub implementations of arXiv research papers — paper lookup, ranked code, search.
client:Zed
transport:stdio
runtime:pypi
Install Code of Paper in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"codeofpaper": {
"command": "uvx",
"args": [
"codeofpaper"
],
"env": {
"CODEOFPAPER_API_URL": "<CODEOFPAPER_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs