Skip to main content
Glama

OpenAI SDK Knowledge MCP Server

by seratch
tsconfig.json769 B
{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "allowJs": true, "checkJs": false, "strict": true, "noEmit": false, "skipLibCheck": true, "resolveJsonModule": true, "isolatedModules": true, "declaration": true, "declarationMap": true, "sourceMap": true, "outDir": "./dist", "rootDir": "./src", "baseUrl": ".", "paths": { "@/*": ["./src/*"] }, "types": [ "@cloudflare/workers-types", "node", "jest" ], "lib": [ "ES2022", "WebWorker" ] }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "dist" ] }

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/seratch/openai-sdk-knowledge-org'

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