← ITK Dev Docker MCP Server

ITK Dev Docker MCP Server c1dee38c2d3e974d97f4a9d7d051c1f4a0db25dd

source_git · itk-dev/mcp-itkdev-docker · current release

5
Tools
3
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-25T22:29:21.237Z using mcpSecurity-inventory. Status: partial. Negotiated protocol: 2025-06-18.

Server capabilities
{
  "tools": {},
  "resources": {}
}

Tools 5

ToolCategoryAnnotationsRisk
itkdev_compare_projectCompare a project's Docker configuration against its template to find missing, outdated, or extra files
Input schema
{
  "type": "object",
  "properties": {
    "path": {
      "type": "string",
      "description": "Absolute path to the project directory"
    },
    "template": {
      "type": "string",
      "description": "Template to compare against (auto-detected from .env if not provided)"
    }
  },
  "required": [
    "path"
  ]
}
— · —
itkdev_detect_projectAnalyze a directory to detect ITK Dev project configuration, template type, PHP version, and framework
Input schema
{
  "type": "object",
  "properties": {
    "path": {
      "type": "string",
      "description": "Absolute path to the project directory to analyze"
    }
  },
  "required": [
    "path"
  ]
}
— · —
itkdev_get_template_contentGet the content of a specific file from a template
Input schema
{
  "type": "object",
  "properties": {
    "template": {
      "type": "string",
      "description": "Template name (e.g., drupal-11)"
    },
    "file": {
      "type": "string",
      "description": "Relative file path within the template (e.g., docker-compose.yml)"
    }
  },
  "required": [
    "template",
    "file"
  ]
}
— · —
itkdev_get_template_filesList all files that would be installed by a specific template
Input schema
{
  "type": "object",
  "properties": {
    "template": {
      "type": "string",
      "description": "Template name (e.g., drupal-11, symfony-6, drupal-module)"
    }
  },
  "required": [
    "template"
  ]
}
— · —
itkdev_list_templatesList all available ITK Dev Docker templates with their PHP versions and characteristics
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
— · —

Resources 3

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.