tool-containers-mcp

mgoltzsche/tool-containers-mcp
★ 0 stars Go 🤖 AI/LLM Updated today
An MCP server to define tools as short-lived containers
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tool-containers-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/mgoltzsche/tool-containers-mcp@latest"
      ]
    }
  }
}

README Excerpt

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. ```sh go install github.com/mgoltzsche/tool-containers-mcp/cmd/tool-containers-mcp@latest

Topics

aicontainersdockermcpmcp-server