Skip to main content
Glama
tsconfig.json669 B
{ "compilerOptions": { "target": "ES2020", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "strict": false, "outDir": "build", "declaration": false, "sourceMap": true, "resolveJsonModule": true, "skipLibCheck": true, "noImplicitAny": false, "noEmitOnError": false, "checkJs": false, "allowJs": true, "rootDir": ".", "preserveConstEnums": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "allowSyntheticDefaultImports": true }, "include": ["src/**/*", "examples/**/*.ts", "test/**/*.ts", "*.ts"], "exclude": ["node_modules", "build"] }

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/phxdev1/archy-mcp'

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