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.
云与基础设施 分类下的更多 MCP 服务器
Supabase MCP Server
coleam00Supabase MCP server created in Python.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
🐋 Docker MCP server
ckreilingMCP server for Docker
评论