Skip to main content
Glama
458,010 tools. Updated 2026-08-14 16:49

"Directus" matching MCP tools:

  • Lists all foreign keys and relationships (M2O, O2M, M2M) in a Directus instance, providing a complete overview of database relations.
    MIT
  • Retrieve all collections from a Directus instance, including names, metadata, and schema details. Ideal for exploring database structure.
    MIT
  • Retrieve items from a specific collection in Directus using the MCP Server by providing API details, collection name, and optional query parameters for filtering, sorting, or limiting results.
  • Retrieve system information from Directus by querying endpoints such as health, info, or activity. Use authentication tokens and API URLs to access data seamlessly.
  • Retrieve all collection schemas from the Directus CMS API using the Model Context Protocol. Simplify schema management by accessing structured data without manual configuration.

Matching MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    An 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.
    8
    8
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables comprehensive management of Directus instances through tools for schema manipulation, content CRUD operations, and dashboard management. It allows AI assistants to programmatically interact with collections, fields, relations, and workflow automation using the official Directus SDK.
    20
    40
    MIT
  • Authenticate into the Directus CMS API to generate an access token using the MCP Server, enabling interaction with collections, items, files, and system data.
  • Retrieve and manage activity logs from Directus CMS using query parameters like filters, sort, and limit. Facilitates system monitoring and audit tracking via the Directus MCP Server.
  • Upload files to Directus CMS using the MCP Server by providing a file URL, base64 data, and metadata. Supports file storage, naming, and MIME type specification for efficient file management.
  • Retrieve user data from Directus CMS by providing API URL, authentication token, and optional query parameters for filtering or sorting results.
  • Retrieve roles from Directus CMS via the Directus MCP Server using specified query parameters, authentication token, and API URL.
  • Retrieve permissions from Directus CMS API using a Node.js server. Input URL, token, and optional query parameters to manage access control efficiently.
  • Retrieve files from the Directus CMS API using specified URL, token, and optional query parameters. Facilitates file management within the Model Context Protocol framework.
  • Create many-to-one, one-to-many, or many-to-many relations between Directus collections by providing the collection, field, and related collection.
    MIT
  • Insert multiple items into a collection in a single operation. Provide the collection name and an array of item objects to efficiently add bulk data.
    MIT
  • Update multiple items in a collection simultaneously by specifying a collection name and an array of items with their IDs and fields to update.
    MIT
  • Retrieve items from a collection with filters, sorting, pagination, and search. Use Directus filter operators to precisely find data.
    MIT
  • Remove multiple items from a Directus collection at once by providing their unique IDs. This action permanently deletes the specified items.
    MIT