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.
ENDPOINT 1
https://mcp.nifra.dev
MCP server metadata
- Name
- nifra-docs
- Version
- 2.8.1
Known tools 5
nifra_docsSearch nifra's framework documentation and get back ONLY the matching sections - auth, uploads, ISR, WebSockets, loaders, deployment, anything.
Inferred read-onlynifra_exampleGet 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 effectsnifra_typesGet the EXACT TypeScript declaration of any exported @nifrajs/* symbol - interface, type, class, function, const.
Inferred read-onlynifra_learnWalk 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 effectsnifra_galleryOpen an interactive, filterable gallery of ALL of nifra's verified code examples (MCP Apps widget) - for browsing and discovering what exists.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.