Skip to main content
Glama

Multi-Database MCP Server

by Nam088
tsconfig.json1.14 kB
{ "compilerOptions": { /* Language and Environment */ "target": "ES2022", "lib": ["ES2022"], /* Modules */ "module": "Node16", "moduleResolution": "Node16", "resolveJsonModule": true, "paths": { "@nam088/mcp-core": ["./packages/core/src"], "@nam088/mcp-redis": ["./packages/redis/src"], "@nam088/mcp-postgres": ["./packages/postgres/src"] }, /* Emit */ "declaration": true, "declarationMap": true, "sourceMap": true, "outDir": "./dist", "removeComments": true, "newLine": "lf", /* Interop Constraints */ "esModuleInterop": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, /* Type Checking */ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, "noUncheckedIndexedAccess": true, "exactOptionalPropertyTypes": true, /* Completeness */ "skipLibCheck": true }, "include": ["packages/*/src/**/*", "packages/*/bin/**/*"], "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/Nam088/mcp-server'

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