Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

negirau in other clients