Skip to main content
Glama

Drupal-Modules-MCP MCP Server

drupal-modules-mcp MCP サーバー

モデルコンテキストプロトコルサーバー

これは、シンプルなメモシステムを実装したTypeScriptベースのMCPサーバーです。以下の機能を提供することで、MCPのコアコンセプトを実証しています。

  • URIとメタデータを含むテキストメモを表すリソース
  • 新しいノートを作成するためのツール
  • メモの要約を生成するためのプロンプト

特徴

リソース

  • note:// URI 経由でメモの一覧表示とアクセスを行う
  • 各ノートにはタイトル、内容、メタデータがあります
  • シンプルなコンテンツアクセスのためのプレーンテキスト MIME タイプ

ツール

  • create_note - 新しいテキストノートを作成する
    • タイトルとコンテンツを必須パラメータとして受け取ります
    • メモをサーバー状態に保存する

プロンプト

  • summarize_notes - 保存されているすべてのメモの要約を生成する
    • すべてのノートの内容を埋め込みリソースとして含めます
    • LLM要約のための構造化されたプロンプトを返す

発達

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

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" } } }

デバッグ

MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。

npm run inspector

インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

この TypeScript ベースの MCP サーバーを使用すると、ユーザーはモデル コンテキスト プロトコルを通じてノート システムを管理および操作することができ、URI とメタデータを使用してノートの作成と要約が可能になります。

  1. 特徴
    1. リソース
    2. ツール
    3. プロンプト
  2. 発達
    1. インストール
      1. デバッグ

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      This TypeScript-based MCP server enables users to manage a simple notes system with capabilities to create and summarize notes through structured prompts and resources.
      Last updated -
      5
      0
      TypeScript
      MIT License
      • Apple
    • -
      security
      F
      license
      -
      quality
      This TypeScript-based MCP server allows users to manage a simple notes system through creating and summarizing text notes using Model Context Protocol (MCP).
      Last updated -
      410
      5
      TypeScript
      • Apple
    • -
      security
      F
      license
      -
      quality
      A TypeScript-based MCP server that enables users to manage text notes with features like note creation and summary generation using a Model Context Protocol.
      Last updated -
      JavaScript
      • Apple
    • A
      security
      F
      license
      A
      quality
      This TypeScript-based MCP server implements a simple notes system, allowing the creation, listing, and summarization of text notes using MCP concepts with note:// URIs and metadata.
      Last updated -
      1
      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-tools-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server