Steampipe MCP Server
@zen4ever
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.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"steampipe-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「クラウドとインフラ」の他のコンテンツ
🐋 Docker MCP server
ckreilingMCP server for Docker
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
コメント