← Registry

Developer Tools

nifra.dev

A TypeScript framework that enables building typed APIs and full-stack applications safely with AI-assisted editing, using live MCP project context and verified scaffolds.

1 endpoint5 known toolsFirst detected August 3, 2026Last detected September 3, 2026

ENDPOINT 1

https://mcp.nifra.dev

No auth detected

MCP server metadata

Name
nifra-docs
Version
2.8.1
Capabilities
toolsresourcesextensions.io.modelcontextprotocol/ui.mimeTypes

Known tools 5

nifra_docs

Search nifra's framework documentation and get back ONLY the matching sections - auth, uploads, ISR, WebSockets, loaders, deployment, anything.

Inferred read-only
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.

Potential side effects
nifra_types

Get the EXACT TypeScript declaration of any exported @nifrajs/* symbol - interface, type, class, function, const.

Inferred read-only
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_docs/nifra_example.

Potential side effects
nifra_gallery

Open an interactive, filterable gallery of ALL of nifra's verified code examples (MCP Apps widget) - for browsing and discovering what exists.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.nifra-docs]
url = "https://mcp.nifra.dev"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nifra-docs": {
      "type": "http",
      "url": "https://mcp.nifra.dev"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nifra-docs
Remote MCP URL: https://mcp.nifra.dev

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "nifra-docs": {
      "url": "https://mcp.nifra.dev"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "nifra-docs": {
      "type": "http",
      "url": "https://mcp.nifra.dev"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "nifra-docs",
  "transport": "streamable-http",
  "url": "https://mcp.nifra.dev"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.