Odel
mcp server claude

mcp server claude

Local
@staminnaTypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@staminna/directus-mcp-serverv12.3.2

Run

npx -y @staminna/directus-mcp-server

MCP client config

{
  "mcpServers": {
    "mcp-server-claude": {
      "command": "npx",
      "args": [
        "-y",
        "@staminna/directus-mcp-server"
      ]
    }
  }
}