Skip to main content
Glama

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

로컬/개발자 설치

  1. 저장소를 복제합니다
  2. pnpm install && pnpm build 사용하여 서버를 빌드합니다.
  3. 위와 같이 Claude AI를 구성하지만 대신 dist 파일을 가리키도록 합니다.
{ "mcpServers": { "directus": { "command": "node", "args": ["/path/to/directus-mcp-server/dist/index.js"] } } }

도구

항목 읽기

read-items 도구를 사용하면 컬렉션 이름을 매개변수로 제공하여 Directus 컬렉션에서 항목을 읽을 수 있습니다.

매개변수:

  • collection : (필수) 읽을 컬렉션의 이름
  • fields : (선택 사항) 반환할 필드 이름 배열
  • sort : (선택 사항) 정렬 기준 필드(내림차순의 경우 - 접두사 사용)
  • limit : (선택 사항) 반환할 최대 항목 수

예:

{ "collection": "articles", "fields": ["id", "title", "date_published"], "sort": "-date_published", "limit": 10 }

현재 사용자 읽기

현재 사용자에 대한 정보를 가져옵니다. 사실상 /users/me 엔드포인트입니다.

컬렉션 읽기

시스템에서 사용 가능한 컬렉션/필드를 반환합니다. read-items 도구를 사용하기 전에 이 도구를 사용하여 사용 가능한 컬렉션을 먼저 확인하세요.

특허

MIT

-
security - not tested
A
license - permissive license
-
quality - not tested

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 API에 연결하고 상호 작용할 수 있도록 하는 모델 컨텍스트 프로토콜 서버로, 컬렉션, 항목 및 사용자 데이터에 자동으로 액세스할 수 있습니다.

  1. 설치
    1. 글로벌 설치(권장)
    2. 로컬/개발자 설치
  2. 도구
    1. 항목 읽기
    2. 현재 사용자 읽기
    3. 컬렉션 읽기
  3. 특허

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A 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.
      Last updated -
      84
      39
      Python
      MIT License
      • Linux
      • Apple
    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol server that provides seamless interaction with Workato's API through custom AI tools, enabling management of recipes, connections, connectors, folders, and activity logs.
      Last updated -
      TypeScript
      MIT License
      • Apple
      • Linux
    • -
      security
      F
      license
      -
      quality
      A Model Context Protocol server that provides a comprehensive interface for interacting with the ConnectWise Manage API, simplifying API discovery, execution, and management for both developers and AI assistants.
      Last updated -
      46
      2
      Python
      • Linux
      • Apple
    • -
      security
      F
      license
      -
      quality
      A Model Context Protocol server that connects AI assistants like Claude to Notion workspaces, enabling them to view, search, create, and update Notion databases, pages, and content blocks.
      Last updated -
      275
      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/rijkvanzanten/directus-mcp-server'

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