Skip to main content
Glama
204,980 tools. Last updated 2026-06-15 02:04

"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 user data from Directus CMS by providing API URL, authentication token, and optional query parameters for filtering or sorting results.
  • Retrieve permissions from Directus CMS API using a Node.js server. Input URL, token, and optional query parameters to manage access control efficiently.
  • 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

  • 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 roles from Directus CMS via the Directus MCP Server using specified query parameters, authentication token, and API URL.
  • 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 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 files from the Directus CMS API using specified URL, token, and optional query parameters. Facilitates file management within the Model Context Protocol framework.
  • 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
  • Create many-to-one, one-to-many, or many-to-many relations between Directus collections by providing the collection, field, and related collection.
    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
  • Remove multiple items from a Directus collection at once by providing their unique IDs. This action permanently deletes the specified items.
    MIT
  • Retrieve items from a collection with filters, sorting, pagination, and search. Use Directus filter operators to precisely find data.
    MIT