Skip to main content
Glama

PostgreSQL MCP Server

by cesarvarela
tsconfig.json511 B
{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "moduleResolution": "bundler", "strict": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "resolveJsonModule": true, "outDir": "dist", "declaration": true, "declarationMap": true, "sourceMap": true }, "include": [ "index.ts", "tools/**/*.ts" ], "exclude": [ "dist", "node_modules" ] }

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/cesarvarela/postgres-mcp'

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