MCP server for Fabrx - Build APIs from documents in your IDE
claude mcp add fabrx -- npx -y fabrx
claude_desktop_config.json
{
"mcpServers": {
"fabrx": {
"command": "npx",
"args": [
"-y",
"fabrx"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"fabrx": {
"command": "npx",
"args": [
"-y",
"fabrx"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"fabrx": {
"command": "npx",
"args": [
"-y",
"fabrx"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"fabrx": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"fabrx"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"fabrx": {
"command": "npx",
"args": [
"-y",
"fabrx"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.cc1988cc--fabrx/reviews or the review_server meta-tool.
POST /mcp