Skip to main content
Glama

Directus MCP Server

by JoshTheDerf
tsconfig.json757 B
{ "compilerOptions": { "target": "ES2019", "lib": ["ES2019", "DOM"], "module": "ESNext", "moduleResolution": "node", "strict": true, "noFallthroughCasesInSwitch": true, "esModuleInterop": true, "noImplicitAny": true, "noImplicitThis": true, "noImplicitReturns": true, "noUnusedLocals": true, "noUncheckedIndexedAccess": true, "noUnusedParameters": true, "alwaysStrict": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictBindCallApply": true, "strictPropertyInitialization": true, "resolveJsonModule": false, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "allowSyntheticDefaultImports": true, "isolatedModules": true, "rootDir": "./src" }, "include": ["./src/**/*.ts"] }

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/JoshTheDerf/directus-extension-mcp'

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