Skip to main content
Glama

Directus MCP Server

index.ts406 B
import type { ToolDefinition } from "../types/tool.js"; import collections from "./collections.js"; import { createGenericReadItemsTool } from "./items.js"; import usersMe from "./users/me.js"; export const getTools = () => { const genericReadItemsTool = createGenericReadItemsTool(); const staticTools: ToolDefinition[] = [ usersMe, collections, genericReadItemsTool, ]; return staticTools; };

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/rijkvanzanten/directus-mcp-server'

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