Skip to main content
Glama

FastPostgresMCP

by llm-graph
test-import.js560 B
// Import from the built module import { createPostgresMcp } from './dist/index.js'; console.log('Successfully imported createPostgresMcp'); console.log('Type:', typeof createPostgresMcp); // Create a PostgresMcp instance const postgresMcp = createPostgresMcp({ databaseConfigs: { test: { host: 'localhost', port: 5432, database: 'test', user: 'test', password: 'test' } }, autoStart: false }); console.log('Successfully created PostgresMcp instance'); console.log('Instance methods:', Object.keys(postgresMcp));

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

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