๐ โ an openAI middleware proxy to use mcp in any existing openAI compatible client
MCP-Bridge โ A bridge between the OpenAI API and MCP tools, enabling seamless integration for developers.
MCP-Bridge facilitates interaction with MCP tools via the OpenAI API interface.
compose.yml
with config.json
(via volume mount, HTTP URL, or direct JSON).docker-compose up --build -d
uv sync
config.json
file.uv run mcp_bridge/main.py
http://yourserver:8000/docs
.http://yourserver:8000/mcp-server/sse
mcp-cli
or other clients.For support, visit the Discord or check the documentation.
๐ โ framework to build vertical AI agent
๐ โ Use MCP provided tools in LangChain.js
A CLI host application that enables Large Language Models (LLMs) to interact with external tools through the Model Context Protocol (MCP).
๐ โ๏ธ MCP server for Claude to talk to ChatGPT and use its web search capability.