1. Conduid
  2. Developer Tools
  3. Tools
MCP server · Developer Tools

Tools

Docker image for installing and running tools for LLM agents (MCP, OpenAPI, UVX, NPX, Python)

Unclaimed MIT last commit 8 months ago mcpllmagentsdevtoolsimagepackagedockercontainerizationopenapi
58Fair

Scored yesterday · breakdown

About Tools

Tools is an MCP server published by av in the Developer Tools category: docker image for installing and running tools for LLM agents (MCP, OpenAPI, UVX, NPX, Python). It has been installed 0 times through Conduid.

The repository has 12 stars and 2 forks, with the last commit 8 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx tools

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Tools

Powered by Claude · Grounded in docs

I know everything about Tools. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.2.0v0.2.0 · 27 May 2026What's new Agentic image variant New `ghcr.io/av/tools:agentic` image with pre-installed Python libraries for agentic workflows: File formats** — PyPDF2, python-docx, openpyxl, Pillow, lxml, beautifulsoup4, markdownify, chardet Data…
v0.1.7v0.1.7 · 12 May 2026fix: add gcc for arm64 Rust compilation (sudachipy, etc.)
v0.1.6v0.1.6 · 19 Dec 2025Switch to `ubuntu:24.04` base Scan image with `trivy` Basic tests for bundled functionality Full Changelog**: https://github.com/av/tools/compare/v0.1.5...v0.1.6
v0.1.5v0.1.5 · 20 Nov 2025Added `ffmpeg` Full Changelog**: https://github.com/av/tools/compare/v0.1.4...v0.1.5
v0.1.4v0.1.4 · 11 Nov 2025Adding `deno` runtime and `rust` toolchain out of the box Full Changelog**: https://github.com/av/tools/compare/v0.1.3...v0.1.4

README

./assets/tools.png

Docker image for installing and running tools for LLM agents (MCP, OpenAPI, UVX, NPX, Python)

Features

  • Python / Node.js / Deno runtime, Rust toolchain - includes python, node, uvx, npx, deno, cargo
  • Includes extra packages for managing MCP/OpenAPI tools and connections
  • Utils: curl, jq, git, ffmpeg
  • Easy unified cache at /app/cache for all tools
  • Scanned with trivy for vulnerabilities

Usage

# Launch MCP tools in stdio mode
docker run ghcr.io/av/tools uvx mcp-server-time

# Bridge from MCP to OpenAPI
docker run -p 8000:8000 ghcr.io/av/tools uvx mcpo -- uvx mcp-server-time --local-timezone=America/New_York
# http://0.0.0.0:8000/docs -> see endpoint documentation

# Run MCP inspector
docker run -p 6274:6274 -p 6277:6277 ghcr.io/av/tools npx @modelcontextprotocol/inspector

# Persist the cache volume for quick restarts
# -v cache:/app/cache - named docker volume
# -v /path/to/my/cache:/app/cache - cache on the host
docker run -v cache:/app/cache ghcr.io/av/tools uvx mcp-server-time

In docker compose:

services:
  time:
    image: ghcr.io/av/tools
    command: uvx mcp-server-time
    volumes:
      - cache:/app/cache

  fetch:
    image: ghcr.io/av/tools
    command: uvx mcpo -- uvx mcp-server-fetch
    ports:
      - 7133:8000
    volumes:
      - cache:/app/cache

Check out Harbor for a complete dockerized LLM environment.

README mirrored from the source repository yesterday. The original is authoritative.

Questions

About Tools

How do I install Tools?

Run npx tools, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Tools safe to use with an AI agent?

Its trust score is 58 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Tools still maintained?

Yes — the latest release is v0.2.0 (27 May 2026), and the last commit was 8 months ago. The repository has 12 stars and 0 open issues.