Skip to main content
Glama

Narrative Graph MCP

tsconfig.json1.28 kB
{ "compilerOptions": { "target": "ES2022", "module": "ES2022", "moduleResolution": "bundler", "lib": ["ES2022"], "esModuleInterop": true, "skipLibCheck": true, "allowSyntheticDefaultImports": true, "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitAny": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictBindCallApply": true, "noImplicitThis": true, "alwaysStrict": true, "resolveJsonModule": true, "forceConsistentCasingInFileNames": true, "declaration": false, "declarationMap": false, "sourceMap": true, "outDir": "./dist", "rootDir": "./src", "types": ["node"], "allowJs": false, "checkJs": false, "removeComments": false, "noEmit": false, "importHelpers": false, "downlevelIteration": false, "isolatedModules": false, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true, "noPropertyAccessFromIndexSignature": false, "exactOptionalPropertyTypes": true, "allowUnreachableCode": false, "allowUnusedLabels": false }, "include": ["src/**/*"], "exclude": ["node_modules", "dist", "coverage", "**/*.test.ts", "**/*.spec.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/angrysky56/narrative-graph-mcp'

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