Skip to main content
Glama

Rember MCP

Official
by rember
tsconfig.base.json1.24 kB
{ "include": [], "compilerOptions": { "strict": true, "moduleDetection": "force", "composite": true, "downlevelIteration": true, "resolveJsonModule": true, "esModuleInterop": false, "declaration": true, "skipLibCheck": true, "exactOptionalPropertyTypes": true, "emitDecoratorMetadata": false, "experimentalDecorators": true, "moduleResolution": "NodeNext", "lib": ["ES2022", "DOM"], "isolatedModules": true, "sourceMap": true, "declarationMap": true, "noImplicitReturns": false, "noUnusedLocals": true, "noUnusedParameters": false, "noFallthroughCasesInSwitch": true, "noEmitOnError": false, "noErrorTruncation": false, "allowJs": false, "checkJs": false, "forceConsistentCasingInFileNames": true, "stripInternal": true, "noImplicitAny": true, "noImplicitThis": true, "noUncheckedIndexedAccess": false, "strictNullChecks": true, "baseUrl": ".", "target": "ES2022", "module": "NodeNext", "incremental": true, "removeComments": false, "plugins": [{ "name": "@effect/language-service" }], "paths": { "@template/cli": ["./src/index.js"], "@template/cli/*": ["./src/*.js"] } } }

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/rember/rember-mcp'

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