Skip to content
Back to search
100
MCP live MCP 2026-07-28 http

Nifra docs

io.github.nifrajs/nifra-docs

Nifra docs, runnable examples, and API types as an MCP server for any AI assistant.

Uptime
100.0%
1 direct probes · 30d
Response
372ms
last probe
Tools
5
callable
Resources
1
readable
Prompts
0
available

Tools · 5

nifra_docs

Search nifra's framework documentation and get back ONLY the matching sections - auth, uploads, ISR, WebSockets, loaders, deployment, anything. Call with no query for the cheap section index; pass que…

nifra_example

Get a VERIFIED, copy-pasteable nifra code example for a task - auth route, file upload, ISR page, loader/action, typed client, SSE, deployment, etc. Every snippet is typechecked against the installed …

nifra_types

Get the EXACT TypeScript declaration of any exported @nifrajs/* symbol - interface, type, class, function, const. Each signature is generated from the package's built .d.ts, so it is the LITERAL decla…

nifra_learn

Walk the guided path to build a nifra app end to end - an ORDERED sequence (create → page route → loader → typed API → typed client → auth → background jobs → deploy), not the random-access search of …

nifra_gallery

Open an interactive, filterable gallery of ALL of nifra's verified code examples (MCP Apps widget) - for browsing and discovering what exists. NOT for fetching one snippet as text: use nifra_example f…

Resources · 1

nifra examples

Interactive browser of verified, copy-pasteable nifra code examples.

ui://nifra/examples

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "nifra_docs": {
      "url": "https://mcp.nifra.dev/mcp",
      "transport": "http"
    }
  }
}