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 ServersRegistry oficial0 estrellas0 forksTypeScriptAGPL-3.0Actualizado 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.
Casos de uso

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre negirau

¿Qué es sincekmori/negirau?

+

sincekmori/negirau es mcp servers para el ecosistema de Claude AI. 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. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-21.

¿Cómo se instala negirau?

+

Puedes instalar negirau clonando el repositorio (https://github.com/sincekmori/negirau) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar sincekmori/negirau?

+

Nuestro agente de seguridad ha analizado sincekmori/negirau y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene sincekmori/negirau?

+

sincekmori/negirau es mantenido por sincekmori. La última actividad registrada en GitHub es del 2026-08-21, con 0 issues abiertos.

¿Hay alternativas a negirau?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega negirau en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a negirau