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.
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.
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.
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 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.
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.