Directus MCP 서버
Directus CMS용 모델 컨텍스트 프로토콜(MCP)을 구현한 Node.js 서버입니다. AI 클라이언트가 모델 컨텍스트 프로토콜(MCP)을 통해 Directus API 와 상호 작용할 수 있도록 지원합니다.
ℹ 필수 조건
▶️ 빠른 시작
- Directus API 자격 증명을 받으세요
- Directus 인스턴스로 이동하세요
- 정적 액세스 토큰을 생성하거나 이메일과 비밀번호를 받으세요
- 이 자격 증명을 안전하게 보관하세요
- AI 편집기에 추가지엑스피1또는 이메일/비밀번호 인증을 사용할 수 있습니다.커서의 경우:
- 설정 → 커서 설정 → MCP로 이동하세요.
+ Add New Global MCP Server
클릭하세요- 구성 붙여넣기
- 플레이스홀더 값을 Directus 자격 증명으로 바꾸세요.
- 커서를 저장하고 다시 시작하세요
Claude Desktop의 경우:
- 설정 → 개발자를 엽니다.
Edit Config
클릭하세요- 코드 편집기에서
claude_desktop_config.json
열고 구성을 붙여넣습니다. - 플레이스홀더 값을 Directus 자격 증명으로 바꾸세요.
- Claude를 저장하고 다시 시작하세요
❓ 문제 해결
MCP 클라이언트(예: Cursor 또는 Claude Desktop)에서 서버를 시작하는 데 문제가 있는 경우 다음을 시도해 보세요.
유효한 Directus 자격 증명이 있는지 확인하세요
- Directus URL이 올바르고 접근 가능한지 확인하세요.
- 액세스 토큰 또는 이메일/비밀번호 자격 증명이 유효한지 확인하세요.
- MCP 클라이언트 구성에서 자격 증명을 교체하세요.
- MCP 클라이언트를 저장하고 다시 시작하세요.
Node와 NPM이 설치되어 있는지 확인하세요.
다음 명령을 실행하여 Node와 NPM이 설치되었는지 확인하세요.
NPM 캐시를 지우세요
때로는 NPM 캐시를 지우면 npx
문제가 해결될 수 있습니다.
🛠️ 사용 가능한 도구
컬렉션 및 아이템
파일
사용자 및 권한
체계
🚧 개발 모드
개발 모드에서 서버를 실행하려면:
- 복제하고 설치하세요:
.env
에 자격 증명을 추가합니다.- 개발 서버 시작:
📄 Directus 개발자 리소스
You must be authenticated.
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.
AI 클라이언트가 모델 컨텍스트 프로토콜을 통해 Directus CMS API와 상호 작용할 수 있도록 하는 Node.js 서버로, 컬렉션, 항목, 파일, 사용자 및 시스템 정보를 관리할 수 있습니다.
Related MCP Servers
- AsecurityFlicenseAqualityA Node.js server that provides advanced video and image processing capabilities through the Model Context Protocol, enabling operations like conversion, compression, editing, and effects application.Last updated -1013JavaScript
- AsecurityAlicenseAqualityA comprehensive Model Context Protocol server that provides advanced Node.js development tooling for automating project creation, component generation, package management, and documentation with AI-powered assistance.Last updated -72JavaScriptMIT License
- AsecurityAlicenseAqualityNode.js server implementing Model Context Protocol that enables interaction with TaskWarrior through natural language to view, filter, add, and complete tasks.Last updated -3131JavaScriptMIT License
- AsecurityAlicenseAqualityA Node.js implementation of the Model Context Protocol that provides secure shell command execution capabilities, allowing AI models like Claude to run shell commands in a controlled environment with built-in security measures.Last updated -111025JavaScriptMIT License