Tool Containers
БесплатноНе проверенAn MCP server to define tools as short-lived containers
Описание
An MCP server to define tools as short-lived containers
README
An MCP server to define tools as short-lived containers. Each tool call is run within a separate Linux container.
Do you want your AI app to use a tool for which there isn't an MCP server yet? Do you want to prototype or experiment with custom tools? Then this MCP server is for you.
Installation
Build from source
go install github.com/mgoltzsche/tool-containers-mcp/cmd/tool-containers-mcp@latest
Usage
With Claude
- Define your tools within /etc/tool-containers-mcp/tools.yaml as within the example.
- Configure your
~/.claude.jsonas follows:
{
"mcpServers": {
"tool-containers": {
"command": "tool-containers-mcp",
"args": [
"--config=/etc/tool-containers-mcp/tools.yaml"
]
}
}
}
Via HTTP
MCP can also be served via HTTP by specifying e.g. --address=:9090.
There are two HTTP endpoints, one for each transport variant:
/sse- MCP via SSE./mcp- MCP via streamable HTTP.
Development
To build the binary for the host architecture using Go, run:
make tool-containers-mcp
Run the tests:
make test
Run the linter:
make lint
Build a snapshot release (without publishing it):
make snapshot
Run the docker compose example (using LocalAI for inference and MCP-Bridge as agent):
make compose
Run an example inference query against MCP-Bridge's OpenAI-compatible Chat Completion API (within another terminal):
curl -fsS http://localhost:9000/v1/chat/completions -H "Content-Type: application/json" -d '{
"model": "qwen3-4b",
"messages": [
{"role": "user", "content": "Which tools do you have access to?"}
]
}' | jq .
Установка Tool Containers
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/mgoltzsche/tool-containers-mcpFAQ
Tool Containers MCP бесплатный?
Да, Tool Containers MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Tool Containers?
Нет, Tool Containers работает без API-ключей и переменных окружения.
Tool Containers — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Tool Containers в Claude Desktop, Claude Code или Cursor?
Открой Tool Containers на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Tool Containers with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
