Skip to main content
Glama

First MCP Server

by geka-evk
MIT License
tsconfig.json652 B
{ "compilerOptions": { "baseUrl": "./", "rootDir": "./src", "paths": { "#src/*": ["./src/*"] }, "outDir": "./dist", "strict": true, "noUncheckedIndexedAccess": true, "noImplicitAny": true, "lib": ["es2022"], "target": "es2022", "module": "commonjs", "moduleResolution": "node", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true, "resolveJsonModule": true, "sourceMap": true, "declaration": true, "declarationMap": true }, "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/geka-evk/first-mcp-server'

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