We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/deleonio/public-ui-kolibri'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"compilerOptions": {
"experimentalDecorators": true,
"pretty": true,
"target": "ESNext",
"module": "ESNext",
"preserveConstEnums": true,
"sourceMap": true,
"preserveSymlinks": true,
"moduleResolution": "node",
"lib": ["es2017", "dom"],
"typeRoots": ["node_modules/@types"],
"noUnusedLocals": true,
"resolveJsonModule": true,
"noEmit": true,
"skipLibCheck": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true,
"importHelpers": true,
"removeComments": true,
"strict": true,
"allowSyntheticDefaultImports": true,
"jsx": "react",
"jsxFactory": "React.createElement",
"jsxFragmentFactory": "React.Fragment"
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules", "dist"]
}