MCP Catalogs
首页bifrost screenshot

bifrost

by maximhq·4,961·综合分 58

Bifrost 是高性能 AI 网关,支持 MCP 工具调用、负载均衡和语义缓存,兼容 1000+ 种模型。

ai-llmdeveloper-toolsops-infra
599
Forks
388
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Bifrost 是企业级 AI 网关,通过 OpenAI 兼容 API 统一访问多个 AI 提供商。它支持 MCP(模型上下文协议),使 AI 模型能够使用文件系统、网络搜索和数据库等外部工具。网关具有自适应负载均衡、降低成本的语义缓存以及企业级安全功能(如 SSO 集成和预算管理)。在 5k RPS 下,其性能基准显示开销不到 100µs,专为生产规模部署设计,具有零停机能力。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:企业级 AI 部署,通过统一 API 访问多个提供商
:需要高性能负载均衡和缓存的生产应用
:需要通过 MCP 集成外部工具功能的 AI 系统
:Bifrost 提供哪些 MCP 工具?
:Bifrost 在性能上如何与 LiteLLM 比较?

什么时候选它

当您需要高性能的多提供商AI统一网关,并且希望MCP能力作为综合AI基础设施解决方案的一部分时,选择Bifrost。

什么时候不要选它

如果您特别需要专用的MCP服务器进行直接工具集成,或者您偏好无供应商依赖的开源解决方案,请不要选择Bifrost。

此 server 暴露的工具

从 README 抽取出 12 个工具(置信度较低)
  • query_postgres

    Execute SQL queries against a PostgreSQL database

  • search_web

    Search the internet for information

  • list_files

    List files in a directory

  • create_github_issue

    Create a new issue on GitHub

  • send_email

    Send an email through SMTP

  • analyze_sentiment

    Analyze the sentiment of text

  • generate_image

    Generate images from text descriptions

  • translate_text

    Translate text between languages

  • summarize_text

    Create a summary of longer text

  • extract_entities

    Extract named entities from text

  • classify_text

    Classify text into categories

  • convert_units

    Convert between different units of measurement

说明:Tool names inferred from general MCP capabilities mentioned in the documentation rather than specific tool documentation

可对比工具

lite-mcp-servernexus-aicommodel-context-protocol

安装

安装

使用 NPX(快速开始)

npx -y @maximhq/bifrost

使用 Docker

docker run -p 8080:8080 maximhq/bifrost

Go SDK 集成

go get github.com/maximhq/bifrost/core

Claude Desktop 配置

在 Claude Desktop 中启用 Bifrost MCP 服务器:

{
  "mcpServers": {
    "bifrost": {
      "command": "npx",
      "args": ["-y", "@maximhq/bifrost"],
      "env": {}
    }
  }
}

FAQ

Bifrost 提供哪些 MCP 工具?
Bifrost 启用 MCP 外部工具调用,使 AI 模型能够通过其网关架构使用文件系统、网络搜索、数据库和其他外部工具。
Bifrost 在性能上如何与 LiteLLM 比较?
Bifrost 声称比 LiteLLM 快 50 倍,在 5k RPS 下开销不到 100µs,在高负载条件下保持 100% 成功率。

Hacker News 讨论

开发者社区最近的相关讨论。

bifrost 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。