negirau for Zed
io.github.sincekmori/negirau
Read-only, anonymous access to the Negirau public API: subjects and their reaction counts.
client:Zed
transport:stdio
runtime:npm
Install negirau in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"negirau": {
"command": "npx",
"args": [
"-y",
"negirau-mcp"
],
"env": {
"NEGIRAU_BASE_URL": "<NEGIRAU_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs