Skip to main content
Glama

steampipe-mcp

by turbot
package.json1.2 kB
{ "name": "@turbot/steampipe-mcp", "version": "0.1.2", "description": "Steampipe MCP server to query cloud infrastructure, SaaS, code and more with SQL using AI.", "license": "Apache-2.0", "author": "Turbot HQ, Inc", "homepage": "https://github.com/turbot/steampipe-mcp", "bugs": "https://github.com/turbot/steampipe-mcp/issues", "type": "module", "bin": { "mcp-server-steampipe": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/index.js", "clean": "rm -rf dist", "prepare": "npm run build", "prepublishOnly": "npm run clean && npm run build", "watch": "tsc --watch", "start": "node dist/index.js" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" }, "keywords": [ "ai", "cnapp", "cspm", "mcp", "mcp-server", "security", "steampipe", "turbot-pipes" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "ajv": "^8.17.1", "pg": "^8.11.3", "pg-types": "^4.0.2" }, "devDependencies": { "@types/node": "^20.11.5", "@types/pg": "^8.11.2", "shx": "^0.3.4", "typescript": "^5.6.2" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/turbot/steampipe-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server