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 版本兼容性
项目网址
模块文档/自述文件
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"
}
}
}Cline、Roo-Cline 和 Windsurf
将服务器配置添加到 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