sacloud-mcp
OfficialThe sacloud-mcp server enables AI assistants to manage and interact with Sakura Cloud infrastructure. ⚠️ This project is archived (as of April 13, 2026) and no longer maintained.
Documentation & Pricing
Retrieve Sakura Cloud manual and API manual table of contents, read specific pages, and read the Object Storage API manual
Fetch pricing information for all Sakura Cloud service classes
Server Management
List servers, get server plans, create servers, start/stop servers, and get power status
Disk Management
List/create disks, get disk plans, list archives (OS images)
Networking
Routers: List, create, delete, and monitor network traffic
Switches & Bridges: List, create, and delete
Load Balancers: List, create, and attach servers
VPN Routers: List and monitor network traffic
Other: List network interfaces and packet filters
Object Storage
List object storage sites, access keys, and buckets
Billing & Account
List bills (current and by month) and coupons for a given account
Other Resources
List databases, icons, and icon tags
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@sacloud-mcplist my Sakura Cloud servers and their current status"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
本プロジェクトは提供を終了しました
2026年4月13日をもって、本リポジトリはアーカイブされました。
本プロジェクトはすでにメンテナンスを終了しており、
今後、機能追加、バグ修正、ならびにセキュリティアップデートは一切提供されません。
本プロジェクトの新規利用および継続利用は推奨されません。
sacloud/sacloud-mcp
概要
sacloud/sacloud-mcpはさくらのクラウド向けMCPサーバです。
開発環境の構築
必要ツール
プロジェクトのクローン
git clone https://github.com/sacloud/sacloud-mcp.gituvのインストール
より詳細なインストール方法・使用方法については、uvのドキュメントを参照してください。
curl -LsSf https://astral.sh/uv/install.sh | sh環境構築同期
uv syncLLMへMCPをインストール
任意のLLMへMCPをインストールする。 一例としてclaude desktopでの設定を示す。
claude desktopの設定ファイルに以下を追記する。 なお、設定ファイルの位置はOS毎に以下の通りである。
macOS:
~/Library/Application\ Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"sacloud": {
"command": "${HOME}/.local/bin/uv",
"args": [
"--directory",
"<<MCPサーバーのルートディレクトリ>>/src",
"run",
"main.py"
],
"env": {
"<<環境変数1>>": "<<値をコピーしてここへ貼り付ける>>",
"<<環境変数2>>": "<<値をコピーしてここへ貼り付ける>>"
}
}
}
}<<>>で示された要素について、以下を参考に適宜置き換える。
MCPサーバーのルートディレクトリ
例:
/Users/user/Source/sacloud-mcp
環境変数
使用する機能に応じて環境変数を設定。
さくらのクラウドのリソースにアクセスする場合、さくらのクラウドのAPIキーを参照して置き換える。
"ACCESS_TOKEN": "<<値をコピーしてここへ貼り付ける>>""ACCESS_TOKEN_SECRET": "<<値をコピーしてここへ貼り付ける>>"
さくらのオブジェクトストレージにアクセスする場合、さくらのオブジェクトストレージのAPIキーを参照して置き換える。
"OBJECTSTORAGE_ACCESS_KEY_ID": "<<値をコピーしてここへ貼り付ける>>""OBJECTSTORAGE_SECRET_ACCESS_KEY": "<<値をコピーしてここへ貼り付ける>>"
テスト
構成について
tests/conftest.pyには、全テストファイルで利用可能なfixtureが定義されており、
すべてのテストファイルから明示的なimport不要で利用できる。
準備
環境変数から認証情報を取得するため、テスト実行前にACCESS_TOKENとACCESS_TOKEN_SECRET設定する
export ACCESS_TOKEN=xxxxxxxxxxxxxxxxxxxx
export ACCESS_TOKEN_SECRET=xxxxxxxxxxxxxxxxxxxx
export OBJECTSTORAGE_ACCESS_KEY_ID=xxxxxxxxxxxxxxxxxxxx
export OBJECTSTORAGE_SECRET_ACCESS_KEY=xxxxxxxxxxxxxxxxxxxxテスト実行
uv run pytestLicense
sacloud-mcp Copyright (C) 2025- The sacloud/sacloud-mcp authors.
This project is published under Apache 2.0 License.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/sacloud/sacloud-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server