Skip to main content
Glama

mcp-bridge

Конфигурация для запуска сервера MCP в Docker, который внутренне вызывает API llama.cpp, совместимое с OpenAI.

Запуск

docker compose up -d --build

Related MCP server: openai-tool2mcp

Остановка

docker compose down

Адрес подключения

  • Конечная точка MCP: http://localhost:8000/mcp

  • Транспорт: streamable-http

Проверка подключения

Даже если возвращается ошибка 406, это нормально для проверки доступности. Это связано с тем, что конечная точка MCP требует заголовок Accept.

curl -i http://localhost:8000/mcp

Настройка Claude Code

MCP для Claude Code управляется через ~/.claude.json.

Если вы хотите настроить его вручную для локальной области (только для определенного проекта), примените формат из client-config.example.json в ~/.claude.json.

Рекомендуется: добавление через CLI

claude mcp add --transport http local-agent-helper http://localhost:8000/mcp

Проверка настроек

claude mcp list
claude mcp get local-agent-helper

Примечания

  • Если добавить --scope user, его можно будет использовать во всех проектах.

  • Если использовать --scope project, настройки будут сохранены в .mcp.json непосредственно в папке проекта.

Переменные окружения

Вы можете скопировать .env.example в .env и использовать его.

  • MCP_TRANSPORT (по умолчанию: streamable-http)

  • FASTMCP_HOST (по умолчанию: 0.0.0.0)

  • FASTMCP_PORT (по умолчанию: 8000)

  • LLAMA_CPP_SERVER_URL

  • LLAMA_CPP_SERVER_MODEL

  • LLAMA_CPP_SERVER_TIMEOUT

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    C
    maintenance
    Enables seamless integration between Ollama's local LLM models and MCP-compatible applications, supporting model management and chat interactions.
    13
    1,209
    171
    AGPL 3.0
  • A
    license
    B
    quality
    F
    maintenance
    A 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.
    4
    12
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    A 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.
    15
    7
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    A 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.

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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