mcp-server
The Pulumi MCP Server is a server implementing the Model Context Protocol (MCP) for interacting with the Pulumi CLI. It allows MCP clients to perform operations such as retrieving package information, previewing changes, deploying updates, and fetching stack outputs programmatically without needing the Pulumi CLI installed directly in the client environment. The server is currently under active development, and its API is experimental.
GitHub Stars
63
User Rating
Not Rated
Favorites
0
Views
11
Forks
14
Issues
15
Technical Information
Programming Languages
TypeScriptPrimary Language
System Requirements
Node.js: 18.0.0以上
npm: 8.0.0以上
Claude Desktop: 最新版
Provided Features
Pulumi CLIを直接インストールすることなく、Pulumi操作をプログラム的に実行できる
パッケージ情報の取得、変更のプレビュー、更新のデプロイが可能
スタック出力をプログラム的に取得できる
Dockerコンテナとして実行可能で、Node.jsや依存関係をホストマシンにインストールする必要がない
HTTP経由でのServer-Sent Events(SSE)をサポート
Safety Analysis
Safety Score
Safe100/100
Recommended For
Recommended for developers looking to manage infrastructure with Pulumi and projects that aim to leverage AI tools for automation.