A TypeScript-based Model Context Protocol (MCP) server for Drupal that works with STDIO transport, providing resources and tools integration with Drupal's MCP module for enhanced development workflows.
Exposes Drupal templates and content as readable resources.
Provides callable tools defined by the Drupal API.
{
"mcpServers": {
"mcp-server-drupal": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/omedia/mcp-server-drupal",
"--drupal-url=__DRUPAL_BASE_URL_"
],
"env": {}
}
}
}