MCP Server for Drupal
@Omedia
关于 MCP Server for Drupal
TS based companion MCP server for the Drupal MCP module that works with the STDIO transport.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-drupal": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/omedia/mcp-server-drupal",
"--drupal-url=__DRUPAL_BASE_URL_"
],
"env": {}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server for Drupal?
MCP Server for Drupal is a TypeScript-based companion server for the Drupal MCP module that communicates via the STDIO transport. It enables AI tools to interact with a Drupal site through the Model Context Protocol, exposing resources and tools defined by the Drupal API.
How to use MCP Server for Drupal?
Install via Docker, compiled binary, or JSR package. Configure the server with --drupal-url and authenticate using environment variables (DRUPAL_AUTH_TOKEN, DRUPAL_AUTH_USER, DRUPAL_AUTH_PASSWORD). Example for Docker: set command to docker and args to ["run", "-i", "--rm", "ghcr.io/omedia/mcp-server-drupal", "--drupal-url=__DRUPAL_BASE_URL_"].
Key features of MCP Server for Drupal
- Works with Drupal MCP module via STDIO transport
- Exposes resources (templates, reads) and tools (calls)
- Supports authentication via token or basic auth
- Available as Docker image, compiled binary, or JSR package
- Built with Deno and signed with cosign
- No prompts are exposed
Use cases of MCP Server for Drupal
- Connect AI assistants to a Drupal site using the Model Context Protocol
- Enable programmatic reading and writing of Drupal content via tools
- Integrate Drupal as a data source for MCP-compatible applications
FAQ from MCP Server for Drupal
What authentication methods are supported?
The server supports either an auth token (DRUPAL_AUTH_TOKEN) or basic auth with username and password (DRUPAL_AUTH_USER and DRUPAL_AUTH_PASSWORD). If both are set, the token takes precedence.
Does the server support SSE transport?
No. This server uses STDIO transport only. For SSE transport the server is not required; the Drupal MCP module can handle SSE directly.
What MCP features does this server expose?
The server exposes resources (templates and reads) and tools (calls). No prompts are exposed at this time.
What runtime does MCP Server for Drupal require?
The project is built with Deno version 2.0.0 or above. A compiled binary and Docker image are also available.
How can I verify the binary or image?
Binaries and container images are signed with cosign using identity‑based signing. You can verify a binary with cosign verify-blob and the release signature bundle, or verify a container image with cosign verify.
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论