mcp-bridge
Click on "Install 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: openai-tool2mcp
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables seamless integration between Ollama's local LLM models and MCP-compatible applications, supporting model management and chat interactions.131,209171AGPL 3.0
- 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.157MIT
- 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.
Related MCP Connectors
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
Remote MCP server for RunComfy Serverless API (ComfyUI): deployments and async inference.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/loopsketch/mcp-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server