Bun Docs MCP代理
  
Bun文档的MCP代理。与Zed、Claude Code配合使用,或作为独立软件使用 CLI。
安装
下载自 发布 或从源代码构建:
cargo install --git https://github.com/kjanat/bun-docs-mcp-proxy可用平台: Linux、macOS、Windows(x86_64+ARM64)以及musl Linux的变体。
用法
命令行界面
bun-docs-mcp-proxy -s "Bun.serve" # JSON output
bun-docs-mcp-proxy -s "WebSocket" -f markdown -o ws.md # Raw MDX
bun-docs-mcp-proxy -s "test" -f text # Plain textMCP 服务器
添加到您的 .mcp.json:
{
"mcpServers": {
"bun-docs": {
"command": "/path/to/bun-docs-mcp-proxy"
}
}
}或安装 Zed扩展 (自动下载代理)。
