c1dee38c2d3e974d97f4a9d7d051c1f4a0db25ddsource_git · itk-dev/mcp-itkdev-docker · current release
Observed 2026-08-25T22:29:21.237Z using mcpSecurity-inventory. Status: partial. Negotiated protocol: 2025-06-18.
{
"tools": {},
"resources": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
itkdev_compare_projectCompare a project's Docker configuration against its template to find missing, outdated, or extra filesInput 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 frameworkInput 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 templateInput 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 templateInput 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 characteristicsInput schema{
"type": "object",
"properties": {},
"required": []
} | — | — · — | — |
CLI tool commands, templates, Traefik setup, and complete setup procedures
{
"resource_key": "itkdev://docs/cli",
"uri": "itkdev://docs/cli",
"name": "ITK Dev Docker CLI",
"description": "CLI tool commands, templates, Traefik setup, and complete setup procedures",
"mime_type": "text/markdown",
"annotations": null,
"metadata_hash": "0bf278c50bf8b1866706171ef785924f83aa321762c67dd13e373407164ff82e"
}Docker Compose patterns, service configurations, and server deployments
{
"resource_key": "itkdev://docs/compose",
"uri": "itkdev://docs/compose",
"name": "ITK Dev Docker Compose",
"description": "Docker Compose patterns, service configurations, and server deployments",
"mime_type": "text/markdown",
"annotations": null,
"metadata_hash": "a27a11e53b576d32865ad05b7e5aae6287fc45ae06e520fad41ba5810605c460"
}Taskfile automation patterns for development workflows
{
"resource_key": "itkdev://docs/taskfile",
"uri": "itkdev://docs/taskfile",
"name": "ITK Dev Taskfile",
"description": "Taskfile automation patterns for development workflows",
"mime_type": "text/markdown",
"annotations": null,
"metadata_hash": "5212999a76173c52010b5998d6cedba391fa132888d11acbf766df80bb955146"
}