Drupal Bridge
БесплатноНе проверенEnables AI assistants to interact with Drupal sites through MCP tools, with automatic discovery, OAuth-based authentication, and scope validation.
Описание
Enables AI assistants to interact with Drupal sites through MCP tools, with automatic discovery, OAuth-based authentication, and scope validation.
README
🚀 Quick Start
🛠️ Available Tools
MCP tools are auto-discovered from the Drupal site. Just create the tools using JSON-RPC MCP.
How It Works
- Server fetches tool definitions from
/mcp/tools/list - Extracts required OAuth scopes from each tool's
annotations.auth.scopes
This eliminates manual scope configuration and automatically adapts to backend tool changes.
Automatic Scope Discovery
Scopes are extracted from tool metadata:
{
"name": "examples.contentTypes.create",
"annotations": {
"auth": {
"scopes": ["content_type:write"],
"level": "required"
}
}
}
The server automatically requests the content_type:write scope during OAuth flow.
Tool Access Validation
Before invoking a tool, the server validates:
- Authentication - Tool requires auth and session is authenticated
- Scopes - Session has all required OAuth scopes
- Permissions - Drupal validates permissions server-side
Error example:
Insufficient OAuth scopes for tool "examples.contentTypes.create".
Required: content_type:write
Missing: content_type:write
Current: profile, content_type:read
Authentication Levels
Tools can declare three authentication levels:
none: Public tools, no authentication requiredoptional: Enhanced functionality with auth, but works withoutrequired: Enforces authentication and scope validation
If a tool doesn't declare annotations.auth, it defaults to level='none' (public access).
📋 Development
# Install dependencies
npm install
# Run in development
npm run dev
# Build for production
npm run build
# Type check
npm run type-check
Use the great MCP Inspector project to validate the MCP server changes.
npx @modelcontextprotocol/inspector
📄 License
👨💻 Author
Mateu Aguiló Bosch (e0ipso) [email protected]
Установка Drupal Bridge
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/e0ipso/drupal-bridge-mcpFAQ
Drupal Bridge MCP бесплатный?
Да, Drupal Bridge MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Drupal Bridge?
Нет, Drupal Bridge работает без API-ключей и переменных окружения.
Drupal Bridge — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Drupal Bridge в Claude Desktop, Claude Code или Cursor?
Открой Drupal Bridge на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Drupal Bridge with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
