mcp-bridge
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-bridgewrite a short poem about the ocean"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-bridge
This configuration launches an MCP server in Docker that internally calls the llama.cpp OpenAI-compatible API.
Startup
docker compose up -d --buildRelated MCP server: SwiftOpenAI MCP Server
Shutdown
docker compose downConnection Details
MCP endpoint:
http://localhost:8000/mcpTransport:
streamable-http
Connection Verification
Even if a 406 is returned, it is normal as a reachability check. This is because the MCP endpoint requires an Accept header.
curl -i http://localhost:8000/mcpClaude Code Configuration
Claude Code's MCP is managed in ~/.claude.json.
If you are configuring it manually for a local scope (specific project only),
please apply the format of client-config.example.json to ~/.claude.json.
Recommended: Add via CLI
claude mcp add --transport http local-agent-helper http://localhost:8000/mcpVerify Configuration
claude mcp list
claude mcp get local-agent-helperNotes
Adding
--scope usermakes it available for all projects.Using
--scope projectsaves it to.mcp.jsondirectly under the project.
Environment Variables
You can copy .env.example to .env to use it.
MCP_TRANSPORT(Default:streamable-http)FASTMCP_HOST(Default:0.0.0.0)FASTMCP_PORT(Default:8000)LLAMA_CPP_SERVER_URLLLAMA_CPP_SERVER_MODELLLAMA_CPP_SERVER_TIMEOUT
This server cannot be deployed
Maintenance
Related MCP Connectors
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
MCP server for AI dialogue using various LLM models via AceDataCloud
Related MCP Servers
- AlicenseBqualityFmaintenanceA lightweight bridge that wraps OpenAI's built-in tools (like web search and code interpreter) as Model Context Protocol servers, enabling their use with Claude and other MCP-compatible models.412MIT
- AlicenseNot gradedqualityCmaintenanceA universal server that enables MCP-compatible clients (like Claude Desktop, Cursor, VS Code) to access OpenAI's APIs for chat completions, image generation, embeddings, and model listing through a standardized interface.7 npm7MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that bridges MCP clients with local LLM services, enabling seamless integration with MCP-compatible applications through standard tools like chat completion, model listing, and health checks.-
- FlicenseNot gradedqualityDmaintenanceBridges MCP tool calls with OpenAI-compatible HTTP endpoints, allowing MCP clients to forward chat completion requests through a unified FastAPI server that returns responses with MCP-specific headers.1-