Skip to main content
Glama

MCP YAML API

by molavec
tsconfig.json700 B
{ "compilerOptions": { "target": "ES6", "module": "ESNext", "strict": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "isolatedModules": true, "outDir": "dist", "rootDir": "src", "noEmit": true, "types": ["node"], "allowImportingTsExtensions": false, "verbatimModuleSyntax": true, "incremental": true, "moduleResolution": "node", "baseUrl": "./" }, "exclude": [ "node_modules", "dist", "build", "out", "**/*.spec.ts", "**/*.test.ts" ], "include": [ "src/index.ts", "src/**/*.ts", "src/**/*.tsx", "src/**/*.js", "src/**/*.jsx" ], }

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/molavec/mcp-yaml-api'

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