shincloud-mcp
v1.1.0
Published
Official MCP server for Shincloud API — manage your Shincloud hosting from AI assistants
Maintainers
Readme
shincloud-mcp
シンレンタルサーバーを AI コーディング環境(Cursor / Claude Code 等)から操作するための公式 MCP サーバー。
設定
Cursor の場合、.cursor/mcp.json(プロジェクトごと)または ~/.cursor/mcp.json(ユーザー全体)に追加:
{
"mcpServers": {
"shincloud": {
"command": "npx",
"args": ["-y", "shincloud-mcp"],
"env": {
"SHINCLOUD_API_KEY": "your_api_key",
"SHINCLOUD_SERVERNAME": "wp123456.wpx.jp"
}
}
}
}他の AI ツールでも、同様の MCP 設定方式で利用できます。
ドキュメント
ライセンス
MIT
