Skip to main content
Glama

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

発達

依存関係をインストールします:

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 の設定にサーバー構成を追加します。

  1. IDE設定を開く
  2. MCPサーバーセクションに移動します
  3. 次の構成で新しいサーバーを追加します。
    { "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 を提供します。

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

この TypeScript ベースの MCP サーバーは、シンプルなメモ システムを実装し、 note:// URI とメタデータを使用した MCP コンセプトを使用してテキスト メモの作成、リスト、要約を可能にします。

  1. 特徴
    1. ツール
  2. 発達
    1. インストール
      1. クロードデスクトップ
      2. クライン、ルークライン、ウィンドサーフィン
      3. デバッグ

    Related MCP Servers

    • A
      security
      F
      license
      A
      quality
      This TypeScript-based MCP server enables users to manage and summarize text notes, providing tools for note creation and summarization prompts.
      Last updated -
      1
      598
      9
      TypeScript
      • Apple
    • A
      security
      A
      license
      A
      quality
      This TypeScript-based server implements a simple notes system using MCP concepts, enabling users to create, list, and summarize text notes through natural language prompts.
      Last updated -
      5
      198
      193
      JavaScript
      MIT License
      • Apple
    • A
      security
      F
      license
      A
      quality
      A TypeScript-based MCP server that implements a simple notes system, allowing users to create, access, and generate summaries of text notes.
      Last updated -
      12
      1
      TypeScript
      • Apple
    • -
      security
      F
      license
      -
      quality
      A TypeScript-based MCP server that implements a simple notes system, allowing users to create, access, and generate summaries of text notes.
      Last updated -
      JavaScript
      • Apple

    View all related MCP servers

    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