{"id":27063731,"url":"https://github.com/av/tools","last_synced_at":"2026-04-29T21:32:14.169Z","repository":{"id":286260837,"uuid":"960873947","full_name":"av/tools","owner":"av","description":"Docker image for installing and running tools for LLM agents (MCP, OpenAPI, UVX, NPX, Python)","archived":false,"fork":false,"pushed_at":"2025-04-05T10:14:04.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T10:27:00.809Z","etag":null,"topics":["agents","containerization","docker","image","llm","mcp","openapi","package","tools"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/av.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"harbor","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2025-04-05T08:49:48.000Z","updated_at":"2025-04-05T10:13:05.000Z","dependencies_parsed_at":"2025-04-05T10:37:02.291Z","dependency_job_id":null,"html_url":"https://github.com/av/tools","commit_stats":null,"previous_names":["av/tools"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/av%2Ftools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/av%2Ftools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/av%2Ftools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/av%2Ftools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/av","download_url":"https://codeload.github.com/av/tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248100234,"owners_count":21047764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agents","containerization","docker","image","llm","mcp","openapi","package","tools"],"created_at":"2025-04-05T16:20:53.003Z","updated_at":"2026-04-29T21:32:14.163Z","avatar_url":"https://github.com/av.png","language":"Dockerfile","funding_links":["https://ko-fi.com/harbor"],"categories":[],"sub_categories":[],"readme":"![./assets/tools.png](./assets/tools.png)\n\nDocker image for installing and running tools for LLM agents (MCP, OpenAPI, UVX, NPX, Python)\n\n### Features\n\n- Python / Node.js / Deno runtime, Rust toolchain - includes `python`, `node`, `uvx`, `npx`, `deno`, `cargo`\n- Includes extra packages for managing MCP/OpenAPI tools and connections\n  - [`mcpo`](https://github.com/open-webui/mcpo) - MCP to OpenAPI bridge\n  - [`supergateway`](https://github.com/supercorp-ai/supergateway) - MCP STDIO/SSE bridge\n  - [`@modelcontextprotocol/inspector`](https://github.com/modelcontextprotocol/inspector) - debugging tool for MCP\n- Utils: `curl`, `jq`, `git`, `ffmpeg`\n- Easy unified cache at `/app/cache` for all tools\n- Scanned with `trivy` for vulnerabilities\n\n### Usage\n\n```bash\n# Launch MCP tools in stdio mode\ndocker run ghcr.io/av/tools uvx mcp-server-time\n\n# Bridge from MCP to OpenAPI\ndocker run -p 8000:8000 ghcr.io/av/tools uvx mcpo -- uvx mcp-server-time --local-timezone=America/New_York\n# http://0.0.0.0:8000/docs -\u003e see endpoint documentation\n\n# Run MCP inspector\ndocker run -p 6274:6274 -p 6277:6277 ghcr.io/av/tools npx @modelcontextprotocol/inspector\n\n# Persist the cache volume for quick restarts\n# -v cache:/app/cache - named docker volume\n# -v /path/to/my/cache:/app/cache - cache on the host\ndocker run -v cache:/app/cache ghcr.io/av/tools uvx mcp-server-time\n```\n\nIn docker compose:\n\n```yaml\nservices:\n  time:\n    image: ghcr.io/av/tools\n    command: uvx mcp-server-time\n    volumes:\n      - cache:/app/cache\n\n  fetch:\n    image: ghcr.io/av/tools\n    command: uvx mcpo -- uvx mcp-server-fetch\n    ports:\n      - 7133:8000\n    volumes:\n      - cache:/app/cache\n```\n\n---\n\nCheck out [Harbor](https://github.com/av/harbor) for a complete dockerized LLM environment.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fav%2Ftools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fav%2Ftools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fav%2Ftools/lists"}