mcp-server-drupal

mcp-server-drupal

38

The project is a TypeScript MCP server designed to work with the Drupal MCP module using STDIO transport. It supports authentication via environment variables and offers signed and verifiable binaries and images.

What transport does the MCP Server for Drupal support?

The server supports STDIO transport for communication with the Drupal MCP module.

How can I authenticate with the MCP Server for Drupal?

Authentication is supported via environment variables using either an auth token or a combination of username and password.

What runtime is used to build the MCP Server for Drupal?

The server is built using Deno, a modern runtime for JavaScript and TypeScript.

How can I verify the integrity of the MCP Server binaries and images?

You can verify the binaries and images using cosign, which provides identity-based signing.

Is the MCP Server for Drupal required for SSE transport?

No, the server is not required for SSE transport.