Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From ltk
Provides direct PostgreSQL database access for queries, schema inspection, and data manipulation via DATABASE_URL connection string. Runs locally as a subprocess.
npx claudepluginhub eyadsibai/ltk --plugin ltkCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-postgres"
],
"env": {
"POSTGRES_CONNECTION_STRING": "${DATABASE_URL}"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
POSTGRES_CONNECTION_STRING=${DATABASE_URL}Declared capabilities of this MCP server
Share bugs, ideas, or general feedback.