Connect NexyFab’s local MCP gateway to a coding agent.
On the web, enter the development Node gateway absolute path manually.
API keys are stored only in the desktop app’s operating-system credential store.
Secure provider storage is available in the desktop app only.
Enter real absolute paths for both the gateway and project root.
{
"mcpServers": {
"nexyfab": {
"command": "node",
"args": [
""
],
"env": {
"NEXYFAB_AGENT_SCOPE": "read",
"NEXYFAB_PROJECT_ROOT": ""
}
}
}
}The source Node gateway exposes 92 tools and supports site-asset reads.
Issue an API key with read:projects in NexyFab, then add NEXYFAB_API_URL=https://nexyfab.com and NEXYFAB_API_KEY directly to the MCP client environment and restart the client. Do not paste the key into this page or project files.
list_site_assets · get_site_asset_context
Connection check: find list_site_assets and get_site_asset_context in tools/list, then list by projectId first.
Read is the default scope. Paths stay inside the project root. No API keys are stored in the browser or generated configuration.
Local setup generation currently targets Claude Desktop, Claude Code, and Codex/MCP clients. Automatic local ChatGPT setup is not provided yet.