Skip to main content
ClaudeWave

Negirau lets anyone send a one-tap, login-free appreciation to the people behind everyday work — fire stations, event crews, online services, open-source maintainers.

MCP ServersOfficial Registry0 stars0 forksTypeScriptAGPL-3.0Updated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (AGPL-3.0)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/22/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/sincekmori/negirau
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "negirau": {
      "command": "node",
      "args": ["/path/to/negirau/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/sincekmori/negirau and follow its README for install instructions.
Use cases

MCP Servers overview

# Negirau

日頃の担い手に、ねぎらいを。
Negirau (negirau.com) lets anyone send a one-tap, login-free appreciation to the people behind everyday work — fire stations, event crews, online services, open-source maintainers.

- No accounts, no user-generated text, no visitor data stored.
- Counts are shown exactly up to 100 and as "100+" beyond — by design, this service cannot become a ranking.
- Runs entirely on Cloudflare Workers + D1 within the free tier.

## Development

Prerequisites: [bun](https://bun.com/) (plus [pnpm](https://pnpm.io/) for `packages/client-ts` and `packages/mcp-server`, and [uv](https://docs.astral.sh/uv/) for `packages/client-py`).

```
bun install
cp .dev.vars.example .dev.vars
bun run db:migrate && bun run db:seed
bun run dev
```

See [AGENTS.md](AGENTS.md) for the full check list, architecture invariants, and gotchas.

## Repository layout

| Path                   | What                                                             | License       |
| ---------------------- | ---------------------------------------------------------------- | ------------- |
| `/` (server + web app) | React Router 7 app on Cloudflare Workers                         | AGPL-3.0-only |
| `packages/client-ts`   | TypeScript API client (npm), hand-written + spec contract tests  | Apache-2.0    |
| `packages/client-py`   | Python API client (PyPI), hand-written + spec contract tests     | Apache-2.0    |
| `packages/mcp-server`  | MCP server (npm), registers tools dynamically from the live spec | Apache-2.0    |
| `skills/negirau`       | Agent Skill (SKILL.md), generated from the route manifest        | Apache-2.0    |

Everything under `packages/` is held to the OpenAPI spec: both clients run spec-driven contract tests, `mcp-server` reads the live spec at startup, and `SKILL.md` is generated with a CI drift gate.

## Public API

Read-only, anonymous, CORS-open, based at `https://api.negirau.com/v1`.
The spec is served at [/v1/openapi.json](https://api.negirau.com/v1/openapi.json) and generated from the zod schemas at build time — it cannot drift from the implementation.
There are no bulk dumps and no ranking endpoints, on purpose: the lookup path is server-side search (`q=` on `/v1/subjects`) and bounded nearby search.

## License

Copyright (C) 2026 Shinsuke Mori.

The server and web app are licensed under [AGPL-3.0-only](LICENSE).
Client packages under `packages/` are licensed under Apache-2.0 (see each package's LICENSE).
The "Negirau" name and the heart-pin logo are not covered by these licenses.

## Attribution

- Map tiles: [OpenFreeMap](https://openfreemap.org/) © [OpenStreetMap](https://www.openstreetmap.org/copyright) contributors

What people ask about negirau

What is sincekmori/negirau?

+

sincekmori/negirau is mcp servers for the Claude AI ecosystem. Negirau lets anyone send a one-tap, login-free appreciation to the people behind everyday work — fire stations, event crews, online services, open-source maintainers. It has 0 GitHub stars and its last recorded update is dated 2026-08-21.

How do I install negirau?

+

You can install negirau by cloning the repository (https://github.com/sincekmori/negirau) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is sincekmori/negirau safe to use?

+

Our security agent has analyzed sincekmori/negirau and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains sincekmori/negirau?

+

sincekmori/negirau is maintained by sincekmori. The last recorded GitHub activity is dated 2026-08-21, with 0 open issues.

Are there alternatives to negirau?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy negirau to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: sincekmori/negirau
[![Featured on ClaudeWave](https://claudewave.com/api/badge/sincekmori-negirau)](https://claudewave.com/repo/sincekmori-negirau)
<a href="https://claudewave.com/repo/sincekmori-negirau"><img src="https://claudewave.com/api/badge/sincekmori-negirau" alt="Featured on ClaudeWave: sincekmori/negirau" width="320" height="64" /></a>

More MCP Servers

negirau alternatives