Steampipe MCP Server
@zen4ever
About Steampipe MCP Server
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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"steampipe-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Steampipe MCP Server?
Steampipe MCP Server lets AI assistants run read-only SQL queries and explore schemas of a PostgreSQL database, primarily designed to work with Steampipe’s multi-cloud connection schemas. It is for users who want to query infrastructure data from AWS, GCP, and other clouds through natural‑language prompts in Claude Desktop or other MCP clients.
How to use Steampipe MCP Server?
First, install Steampipe and start the service to obtain the database URL. Then run the server via steampipe-mcp-server --database-url postgresql://... or configure the STEAMPIPE_MCP_DATABASE_URL environment variable. To use with Claude Desktop, add a steampipe entry in the MCP server configuration pointing to uvx steampipe-mcp-server with the URL.
Key features of Steampipe MCP Server
- Runs read‑only SQL queries via the
querytool - Lists all tables in the search path (
list_all_tables) - Lists tables within a specific schema (
list_tables_in_schema) - Retrieves column names and types for a table (
get_table_schema) - Connects to any PostgreSQL database, optimized for Steampipe
Use cases of Steampipe MCP Server
- Querying cloud resource inventories (EC2 instances, GCP buckets) using natural language
- Exploring available tables and schemas without manual SQL dives
- Running ad‑hoc read‑only queries from an AI assistant in Claude Desktop
- Rapidly prototyping infrastructure reporting across multiple Steampipe connections
FAQ from Steampipe MCP Server
What is the recommended way to prompt Claude when using Steampipe MCP Server?
Specify the schema (e.g., aws_all) so Claude limits table discovery to that schema, avoiding excessive results from large cloud‑provider table sets.
What are the prerequisites for using the server?
You need a running Steampipe PostgreSQL service (started via steampipe service start) and its database URL. The URL must use the postgresql:// protocol.
How do I configure the database connection?
Pass the database URL with the --database-url argument or set the STEAMPIPE_MCP_DATABASE_URL environment variable in a .env file; the server loads it automatically.
What tools does the server provide?
Four tools: query (read‑only SQL), list_all_tables, list_tables_in_schema, and get_table_schema.
Is the server read‑only?
Yes – the query tool only permits read‑only SQL operations; write operations are not supported.
More Cloud & Infrastructure MCP servers
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
🐋 Docker MCP server
ckreilingMCP server for Docker
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
Supabase MCP Server
coleam00Supabase MCP server created in Python.
Comments