Directus MCP Server
Directus 모델 컨텍스트 프로토콜(MCP) 서버
Directus와 함께 사용할 수 있는 MCP 서버입니다. AI 도구가 사용자를 대신하여 Directus API에 연결하고 사용할 수 있도록 지원합니다.
이건 저(@rijkvanzanten)가 직접 실험한 거예요. 모든 홍보는 환영합니다 :)
설치
이 MCP 서버는 NodeJS v22.12 이상에서 작동하도록 제작되었습니다.
글로벌 설치(권장)
npm install -g @rijk/directus-mcp-server
그런 다음 Claude AI가 npm 패키지를 원격 서버로 사용하도록 구성합니다.
지엑스피1
로컬/개발자 설치
저장소를 복제합니다
pnpm install && pnpm build사용하여 서버를 빌드합니다.위와 같이 Claude AI를 구성하지만 대신
dist파일을 가리키도록 합니다.
{
"mcpServers": {
"directus": {
"command": "node",
"args": ["/path/to/directus-mcp-server/dist/index.js"]
}
}
}Related MCP server: Appwrite MCP Server
도구
항목 읽기
read-items 도구를 사용하면 컬렉션 이름을 매개변수로 제공하여 Directus 컬렉션에서 항목을 읽을 수 있습니다.
매개변수:
collection: (필수) 읽을 컬렉션의 이름fields: (선택 사항) 반환할 필드 이름 배열sort: (선택 사항) 정렬 기준 필드(내림차순의 경우-접두사 사용)limit: (선택 사항) 반환할 최대 항목 수
예:
{
"collection": "articles",
"fields": ["id", "title", "date_published"],
"sort": "-date_published",
"limit": 10
}현재 사용자 읽기
현재 사용자에 대한 정보를 가져옵니다. 사실상 /users/me 엔드포인트입니다.
컬렉션 읽기
시스템에서 사용 가능한 컬렉션/필드를 반환합니다. read-items 도구를 사용하기 전에 이 도구를 사용하여 사용 가능한 컬렉션을 먼저 확인하세요.
특허
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceA Model Context Protocol server that enables AI assistants to interact with Strapi CMS instances through a standardized interface, supporting content types and REST API operations.57976MIT

Appwrite MCP Serverofficial
AlicenseCqualityBmaintenanceA Model Context Protocol server that allows AI assistants to interact with Appwrite's API, providing tools to manage databases, users, functions, teams, and other resources within Appwrite projects.4971MIT- FlicenseBqualityFmaintenanceA Node.js server that enables AI Clients to interact with the Directus CMS API through the Model Context Protocol, allowing for management of collections, items, files, users, and system information.1824
- AlicenseNot gradedqualityDmaintenanceAn extension that implements the Model Context Protocol for Directus, enabling AI tools and LLMs to interact with Directus content through natural language for content editing, data analysis, and asset management.98MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
Appeared in Searches
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/rijkvanzanten/directus-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server