An MCP server that allows Claude to query Steampipe PostgreSQL databases directly. Connect Claude to your Steampipe instance to easily analyze data from AWS, GCP, and other cloud providers through natural language.
steampipepostgresqldatabaseawsgcpcloudquerymcp-server
Installation & Configuration
{
"mcpServers": {
"steampipe": {
"command": "uvx",
"args": [
"steampipe-mcp-server",
"--database-url",
"postgresql://steampipe:password@localhost:9193/steampipe"
]
}
}
}Information
Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15