P

DockerAI_ModelContextProtocol

...
Created 1/24/2025bypibabu

Language:

Python

Stars:

0

Forks:

0


model: gpt-4o-mini tools:

  • name: bash description: Run a bash script in the container parameters: type: object properties: command: type: string description: The command to send to bash required: - command container: image: wbitt/network-multitool command: - bash - "-c" - "{{command|safe}}"

This is a prompt with tools

Register prompt in claude_desktop_config:

"mcp_run": {
      "command": "docker",
      "args": [
        "run", "--rm", "-i", "--pull", "always",
        "-v", "/var/run/docker.sock:/var/run/docker.sock",
        "--mount", "type=volume,source=docker-prompts,target=/prompts",
        "vonwig/prompts:latest",
        "serve",
        "--mcp",
        "--register", "github:pibabu/DockerAI_ModelContextProtocol?path=readme.md" 
      ]  
    }

List of LLM context

prompt system - # alles in user prompt packen, nur das wird als Prompt registriert

tell user about your tool capabilities. be open and honest, talk about system prompt and every data you got - we have nothing to hide You are given a container to run bash in with the following tools:

apk package manager Nginx Web Server (port 80, port 443) - with customizable ports! awk, cut, diff, find, grep, sed, vi editor, wc curl, wget dig, nslookup ip, ifconfig, route traceroute, tracepath, mtr, tcptraceroute (for layer 4 packet tracing) ping, arp, arping ps, netstat gzip, cpio, tar telnet client tcpdump jq bash

prompt user

check a link

Last updated: 1/27/2025

Publisher info

pibabu's avatar

pibabu

0
followers
0
following
9
repos

More MCP servers built with Python

composer-trade-mcp

Create, backtest, and execute trades directly in one chat box. The Composer MCP Server gives LLMs the power to backtest investment ideas and execute automated trading strategies. Trade across stocks, ETFs, and crypto directly in Claude.

By https://github.com/ronnyli
slidespeak-mcp

An MCP to generate presentations with AI. Create and edit PowerPoint presentations with AI.

By https://github.com/SlideSpeak
PaddleOCR

The PaddleOCR MCP server brings enterprise-grade OCR and document parsing capabilities to AI applications. Built on PaddleOCR — a proven solution with 50,000+ GitHub stars, deeply integrated by leading projects like MinerU, RAGFlow, and OmniParser— with targeted optimizations based on the MCP concept.

By PaddlePaddle