negirau for VS Code
io.github.sincekmori/negirau
Read-only, anonymous access to the Negirau public API: subjects and their reaction counts.
client:VS Code
transport:stdio
runtime:npm
Install negirau in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "negirau-base-url",
"description": "NEGIRAU_BASE_URL",
"password": true
}
],
"servers": {
"negirau": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"negirau-mcp"
],
"env": {
"NEGIRAU_BASE_URL": "${input:negirau-base-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs