← Back to Plugins
MCP Server MCP

io.github.staminna/directus-mcp-server

github By github 👁 1 views ▲ 0 votes

MCP server for Directus 12 — items, collections, files, flows, users, and schema tools

Homepage Verified source GitHub

Install

npx -y @staminna/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@staminna/directus-mcp-server",
      "version": "12.3.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL of the Directus instance",
          "isRequired": true,
          "format": "string",
          "name": "DIRECTUS_URL"
        },
        {
          "description": "Static Directus access token",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DIRECTUS_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...