negirau for Cursor
io.github.sincekmori/negirau
Read-only, anonymous access to the Negirau public API: subjects and their reaction counts.
client:Cursor
transport:stdio
runtime:npm
Install negirau in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"negirau": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"negirau-mcp"
],
"env": {
"NEGIRAU_BASE_URL": "<NEGIRAU_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs