Skip to main content
Glama
521,490 tools. Updated 2026-09-06 11:42

"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
  • Import CSV or JSON rows into one Directus collection, or map a flat file across multiple related collections at once, with dry-run and merge options.
    MIT
    Destructive
  • List all collections in your Directus instance, with an option to include system collections. Use this to get a clear schema overview and locate the data structures you need.
    MIT
  • Retrieve all collections from a Directus instance, including names, metadata, and schema details. Ideal for exploring database structure.
    MIT

Matching MCP Servers

  • 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
    33
    MIT
  • A
    license
    Not graded
    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.
    12
    8
    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.
    -
  • 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 a new Directus collection as a table or folder. Provide initial fields for a table with auto-increment id, or set folder true to make a grouping element without schema.
    MIT
  • Find tools matching a task description and retrieve their full definitions for direct invocation. Use this first to discover the right tool.
    MIT
  • Modify an existing item in a Directus collection by providing its ID and updated data. For versioned collections, write to a draft version to avoid editing published items directly.
    MIT
    Destructive
  • Create many-to-one, one-to-many, or many-to-many relations between Directus collections by providing the collection, field, and related collection.
    MIT