Directus MCP Server
JSON →An MCP server for Directus CMS, enabling AI clients to interact with the Directus API.
Tools · 18
- getItems Get items from a collection
- getItem Get a single item from a collection by ID
- createItem Create a new item in a collection
- updateItem Update an existing item in a collection
- deleteItem Delete an item from a collection
- getCollections Get all collection schemas
- getFields Get fields for a collection
- getRelations Get relations for a collection
- getFiles Get files from Directus
- uploadFile Upload a file to Directus
- login Login to Directus and get an access token
- getUsers Get users from Directus
- getCurrentUser Get the current user info
- getRoles Get roles from Directus
- getPermissions Get permissions from Directus
- getSystemInfo Get system information from Directus
- getActivity Get activity logs from Directus
- getConfig Get current configuration information
Environment variables
DIRECTUS_URLDIRECTUS_ACCESS_TOKENYOUR_ACCESS_TOKEN
Links
★ 24 GitHub stars