drupal-modules-mcp MCP Server
drupal-modules-mcp MCP サーバー
drupal.org から Drupal モジュール情報を取得するためのモデル コンテキスト プロトコル サーバー。
このTypeScriptベースのMCPサーバーは、drupal.orgからDrupalモジュールの詳細情報を直接取得するためのツールを提供します。AIアシスタントやその他のツールが、Drupalモジュールのバージョン互換性、インストール手順、ドキュメントなど、正確で最新の情報を取得できるように支援します。
特徴
ツール
get_module_info- Drupalモジュールに関する包括的な情報を取得しますモジュールのマシン名をパラメータとして指定する必要があります
以下を含む詳細なモジュール情報を返します:
名前と説明
最新の推奨バージョン
ダウンロード統計
モジュールステータス
Composerインストールコマンド
Drupalバージョンの互換性
プロジェクトURL
モジュールドキュメント/README
Related MCP server: MCP Server
発達
依存関係をインストールします:
npm installサーバーを構築します。
npm run build自動リビルドを使用した開発の場合:
npm run watchインストール
クロードデスクトップ
Claude Desktop 構成にサーバー構成を追加します。
MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"drupal-modules-mcp": {
"command": "/path/to/drupal-modules-mcp/build/index.js"
}
}
}クライン、ルークライン、ウィンドサーフィン
IDE の設定にサーバー構成を追加します。
IDE設定を開く
MCPサーバーセクションに移動します
次の構成で新しいサーバーを追加します。
{ "drupal-modules-mcp": { "command": "/path/to/drupal-modules-mcp/build/index.js" } }
/path/to/drupal-modules-mcpを、サーバーをインストールした実際のパスに置き換えてください。
デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。
npm run inspectorインスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityDmaintenanceThis TypeScript-based server implements a simple notes system, allowing users to create and manage text notes and generate summaries, showcasing core MCP concepts.8816Apache 2.0
- Alicense-qualityDmaintenanceThis TypeScript-based MCP server allows users to manage a simple notes system through creating and summarizing text notes using Model Context Protocol (MCP).1,2998MIT
- AlicenseAqualityCmaintenanceThis TypeScript-based server implements a simple notes system using MCP concepts, enabling users to create, list, and summarize text notes through natural language prompts.31,655295MIT
- AlicenseBqualityDmaintenanceThis TypeScript-based MCP server allows users to manage and interact with a note system through Model Context Protocol, enabling note creation and summarization with URIs and metadata.1MIT
Related MCP Connectors
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.
A TypeScript MCP server for Home Assistant, enabling programmatic management of entities, automati…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cleversoft-IT/drupal-modules-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server