Skip to main content
Glama

filesystem-mcp

by sylphxltd
tsconfig.json1.31 kB
{ "compilerOptions": { /* Base Options */ "esModuleInterop": true, "skipLibCheck": true, "target": "ES2022", "allowJs": false, "resolveJsonModule": true, "moduleDetection": "force", "isolatedModules": true, /* Strictness */ "strict": true, "noImplicitAny": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictBindCallApply": true, "strictPropertyInitialization": true, "noImplicitThis": true, "useUnknownInCatchVariables": true, "alwaysStrict": true, /* Linter Checks */ "noUnusedLocals": true, "noUnusedParameters": true, "exactOptionalPropertyTypes": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true, "noImplicitOverride": true, "noPropertyAccessFromIndexSignature": true, /* Module Resolution */ "module": "NodeNext", "moduleResolution": "NodeNext", /* Emit */ "outDir": "dist", "declaration": true, "sourceMap": true, "removeComments": false, /* Other */ "forceConsistentCasingInFileNames": true }, "include": ["src/**/*.ts", "src/types/**/*.d.ts"], "exclude": [ "node_modules", "build", "dist", "**/*.test.ts", "**/*.spec.ts", "**/*.bench.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/sylphxltd/filesystem-mcp'

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