directus-mcp-server
This project is an MCP server designed to facilitate the integration of AI tools with Directus APIs. It provides various capabilities such as reading items from collections and retrieving current user information. It is built as an experimental server and supports installation via npm.
What is the Directus MCP Server?
The Directus MCP Server is an experimental server that allows AI tools to connect to and use the Directus API, facilitating operations like reading items from collections and retrieving user information.
How can I install the Directus MCP Server?
You can install the Directus MCP Server globally using npm with the command npm install -g @rijk/directus-mcp-server
or locally by cloning the repository and building it with pnpm install && pnpm build
.
What NodeJS version is required for the Directus MCP Server?
The Directus MCP Server requires NodeJS version 22.12 or newer.
Can I contribute to the Directus MCP Server project?
Yes, contributions are welcome. The project is open to any and all pull requests from the community.
What tools are available in the Directus MCP Server?
The server provides tools such as 'Read Items' for fetching data from collections, 'Read Current User' for user information, and 'Read Collections' for discovering available collections and fields.