Skip to main content
Glama

Directus MCP Server

by pixelsock

getCurrentUser

Retrieve current user information from the Directus CMS API using the Model Context Protocol. Input the API URL and authentication token to access user details.

Instructions

Get the current user info

Input Schema

NameRequiredDescriptionDefault
tokenNoAuthentication token (default from config)
urlNoDirectus API URL (default from config)

Input Schema (JSON Schema)

{ "properties": { "token": { "description": "Authentication token (default from config)", "type": "string" }, "url": { "description": "Directus API URL (default from config)", "type": "string" } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools from Directus MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pixelsock/directus-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server