mercurius-js/mercurius
Implement GraphQL servers and gateways with Fastify observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 99
- Release rhythm 81
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 45
- age_days: 2913
- days_rel: 50
- days_push: 9
- n_releases_24m: 12
Adoption not part of the score
2484 stars · 253 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Mercurius is a GraphQL adapter for the Fastify web framework for Node.js, providing query parsing/validation caching, JIT execution, subscriptions, and loader-based batching. It also supports federation and gateway composition via companion plugins.
Use cases
- build a graphql api server in nodejs
- add graphql to an existing fastify app
- set up graphql subscriptions over websockets
- compose a federated graphql gateway from multiple services
- avoid n+1 queries with dataloader-style loaders
- support batched and persisted graphql queries
- optimize graphql execution with jit compilation
When to choose
- you use Fastify and want a performant, well-integrated GraphQL layer
- you need subscriptions, federation, or gateway composition in Node.js
- you want query caching, batching, and JIT execution out of the box
When to avoid
- you use Express, Koa, or another non-Fastify framework
- you need a standalone GraphQL server without Fastify
- your stack is not JavaScript/Node.js
Facets
library · maturity stable
graphql web-framework middleware websocket caching http-server web-development backend apis developer-tools cross-platform fastify graphql-server federation gateway subscriptions jit-compiler batched-queries persisted-queries nodejs web-server
3 sources
- readme: https://github.com/mercurius-js/mercurius · fetched 2026-08-28 · 07cbeccc7a69
- homepage: https://mercurius.dev/ · fetched 2026-08-29 · e2b6fe499fad
- registry_npm: https://registry.npmjs.org/mercurius · fetched 2026-08-29 · 7539f82a735b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mercurius-js/mercurius | main | 93 |
For agents
markdown · JSON · MCP: product_card(name="mercurius-js/mercurius")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem