Back to directory
andrew-kurin/steampipe-mcp-server

andrew-kurin/steampipe-mcp-server

@andrew-kurin5317

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
2025/4/6
Updated
2025/4/26