Fabrica MCP Stdio Bridge Server
@franckc
关于 Fabrica MCP Stdio Bridge Server
Fabrica MCP stdio to HTTP streamable bridge server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"fabrica-stdio": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/inspector",
"npx",
"@fabrica.work/cli@latest",
"server",
"<utbid>"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Fabrica MCP Stdio Bridge Server?
A bridge for clients like Claude Desktop, Cursor, and Windsurf that do not yet support the new MCP HTTP Streamable transport used by the Fabrica gateway. It starts a shim MCP server using stdio transport on the local host and proxies requests to Fabrica's gateway over HTTP.
How to use Fabrica MCP Stdio Bridge Server?
First obtain your unique Toolbox ID (utbid) from Fabrica’s gateway UI. Then run the installation command for your client (Claude, Cursor, or Windsurf): npx -y @fabrica.work/cli@latest cli install <client> <utbid>. For VSCode, manually configure the server using the command npx -y @fabrica.work/cli@latest server <utbid>. Restart the desktop app after installation.
Key features of Fabrica MCP Stdio Bridge Server
- Bridges stdio MCP clients to Fabrica’s HTTP Streamable transport
- One-command installation for Claude, Cursor, and Windsurf
- Runs a shim MCP server on localhost
- Requires a unique Toolbox ID (utbid) from Fabrica
- Supports local development via
FABRICA_GATEWAY_URLenvironment variable - Compatible with the MCP inspector for testing
Use cases of Fabrica MCP Stdio Bridge Server
- Use Fabrica tools from Claude Desktop, which only supports stdio transport
- Access the Fabrica gateway from Cursor or Windsurf
- Integrate Fabrica MCP functionality into VSCode
- Develop and test the bridge locally against a local gateway
FAQ from Fabrica MCP Stdio Bridge Server
How do I get a unique Toolbox ID (utbid)?
Obtain your utbid from Fabrica’s gateway UI. It is required for all installation commands.
How do I install for Claude?
Run npx -y @fabrica.work/cli@latest cli install claude <utbid> in a terminal. This adds an entry to Claude’s MCP config at ~/Library/Application Support/Claude/claude_desktop_config.json. Restart Claude Desktop after installation.
How do I install for VSCode?
Follow the VSCode MCP server setup instructions. Use the command npx -y @fabrica.work/cli@latest server <utbid> as the server command. If configured globally, the settings are in ~/Library/Application Support/Code/User/settings.json.
How do I use a local gateway during development?
Set the FABRICA_GATEWAY_URL environment variable to a local URL (e.g., http://localhost:3000/api/mcp) before starting the server.
Where can I find logs for troubleshooting?
For Claude, logs are under /Users/<username>/Library/Logs/Claude. For Cursor and Windsurf, log locations are not yet documented. General debugging guidance is available at https://modelcontextprotocol.io/docs/tools/debugging.
开发工具 分类下的更多 MCP 服务器
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
Grafana MCP server
grafanaMCP server for Grafana
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
评论