fabrx for Cursor
io.github.cc1988cc/fabrx
MCP server for Fabrx - Build APIs from documents in your IDE
client:Cursor
transport:stdio
runtime:npm
Install fabrx in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fabrx": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"fabrx"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs