Skip to main content
Glama

Chat Context MCP

by aolshaun
tsconfig.json895 B
{ "compilerOptions": { /* Language and Environment */ "target": "ES2022", "lib": ["ES2022"], /* Modules */ "module": "ESNext", "moduleResolution": "node", "resolveJsonModule": true, /* Emit */ "outDir": "./dist", "declaration": true, "declarationMap": true, "sourceMap": true, "removeComments": false, /* Interop Constraints */ "esModuleInterop": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, /* Type Checking */ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true, /* Completeness */ "skipLibCheck": true }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "dist", "tests" ] }

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/aolshaun/chat-context-mcp'

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