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
개발
종속성 설치:
지엑스피1
서버를 빌드하세요:
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