@gmo-internet/conoha-vps-mcp 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/NOTICE +116 -0
- package/README.md +249 -0
- package/dist/index.js +234 -0
- package/package.json +73 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright 2025 GMO Internet
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
package/NOTICE
ADDED
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
ConoHa VPS MCP
|
|
2
|
+
Copyright 2024 GMO Internet
|
|
3
|
+
|
|
4
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
you may not use this file except in compliance with the License.
|
|
6
|
+
You may obtain a copy of the License at
|
|
7
|
+
|
|
8
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
|
|
10
|
+
Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
See the License for the specific language governing permissions and
|
|
14
|
+
limitations under the License.
|
|
15
|
+
|
|
16
|
+
This product includes software developed by third parties:
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
BSD-2-Clause Licensed:
|
|
20
|
+
- uri-js (4.4.1)
|
|
21
|
+
|
|
22
|
+
BSD-3-Clause Licensed:
|
|
23
|
+
- qs (6.14.0)
|
|
24
|
+
|
|
25
|
+
ISC Licensed:
|
|
26
|
+
- inherits (2.0.4)
|
|
27
|
+
- isexe (2.0.0)
|
|
28
|
+
- once (1.4.0)
|
|
29
|
+
- setprototypeof (1.2.0)
|
|
30
|
+
- which (2.0.2)
|
|
31
|
+
- wrappy (1.0.2)
|
|
32
|
+
- zod-to-json-schema (3.24.6)
|
|
33
|
+
|
|
34
|
+
MIT Licensed:
|
|
35
|
+
- @modelcontextprotocol/sdk (1.18.1)
|
|
36
|
+
- accepts (2.0.0)
|
|
37
|
+
- ajv (6.12.6)
|
|
38
|
+
- body-parser (2.2.0)
|
|
39
|
+
- bytes (3.1.2)
|
|
40
|
+
- call-bind-apply-helpers (1.0.2)
|
|
41
|
+
- call-bound (1.0.4)
|
|
42
|
+
- content-disposition (1.0.0)
|
|
43
|
+
- content-type (1.0.5)
|
|
44
|
+
- cookie (0.7.2)
|
|
45
|
+
- cookie-signature (1.2.2)
|
|
46
|
+
- cors (2.8.5)
|
|
47
|
+
- cross-spawn (7.0.6)
|
|
48
|
+
- debug (4.4.3)
|
|
49
|
+
- depd (2.0.0)
|
|
50
|
+
- dunder-proto (1.0.1)
|
|
51
|
+
- ee-first (1.1.1)
|
|
52
|
+
- encodeurl (2.0.0)
|
|
53
|
+
- es-define-property (1.0.1)
|
|
54
|
+
- es-errors (1.3.0)
|
|
55
|
+
- es-object-atoms (1.1.1)
|
|
56
|
+
- escape-html (1.0.3)
|
|
57
|
+
- etag (1.8.1)
|
|
58
|
+
- eventsource (3.0.7)
|
|
59
|
+
- eventsource-parser (3.0.6)
|
|
60
|
+
- express (5.1.0)
|
|
61
|
+
- express-rate-limit (7.5.1)
|
|
62
|
+
- fast-deep-equal (3.1.3)
|
|
63
|
+
- fast-json-stable-stringify (2.1.0)
|
|
64
|
+
- finalhandler (2.1.0)
|
|
65
|
+
- forwarded (0.2.0)
|
|
66
|
+
- fresh (2.0.0)
|
|
67
|
+
- function-bind (1.1.2)
|
|
68
|
+
- get-intrinsic (1.3.0)
|
|
69
|
+
- get-proto (1.0.1)
|
|
70
|
+
- gopd (1.2.0)
|
|
71
|
+
- has-symbols (1.1.0)
|
|
72
|
+
- hasown (2.0.2)
|
|
73
|
+
- http-errors (2.0.0)
|
|
74
|
+
- http-errors (2.0.1)
|
|
75
|
+
- iconv-lite (0.6.3)
|
|
76
|
+
- ipaddr.js (1.9.1)
|
|
77
|
+
- is-promise (4.0.0)
|
|
78
|
+
- json-schema-traverse (0.4.1)
|
|
79
|
+
- math-intrinsics (1.1.0)
|
|
80
|
+
- media-typer (1.1.0)
|
|
81
|
+
- merge-descriptors (2.0.0)
|
|
82
|
+
- mime-db (1.54.0)
|
|
83
|
+
- mime-types (3.0.1)
|
|
84
|
+
- ms (2.1.3)
|
|
85
|
+
- negotiator (1.0.0)
|
|
86
|
+
- object-assign (4.1.1)
|
|
87
|
+
- object-inspect (1.13.4)
|
|
88
|
+
- on-finished (2.4.1)
|
|
89
|
+
- parseurl (1.3.3)
|
|
90
|
+
- path-key (3.1.1)
|
|
91
|
+
- path-to-regexp (8.3.0)
|
|
92
|
+
- pkce-challenge (5.0.0)
|
|
93
|
+
- proxy-addr (2.0.7)
|
|
94
|
+
- punycode (2.3.1)
|
|
95
|
+
- range-parser (1.2.1)
|
|
96
|
+
- raw-body (0.7.0)
|
|
97
|
+
- raw-body (3.0.1)
|
|
98
|
+
- router (2.2.0)
|
|
99
|
+
- safe-buffer (5.2.1)
|
|
100
|
+
- safer-buffer (2.1.2)
|
|
101
|
+
- send (1.2.0)
|
|
102
|
+
- serve-static (2.2.0)
|
|
103
|
+
- shebang-command (2.0.0)
|
|
104
|
+
- shebang-regex (3.0.0)
|
|
105
|
+
- side-channel (1.1.0)
|
|
106
|
+
- side-channel-list (1.0.0)
|
|
107
|
+
- side-channel-map (1.0.1)
|
|
108
|
+
- side-channel-weakmap (1.0.2)
|
|
109
|
+
- statuses (2.0.2)
|
|
110
|
+
- toidentifier (1.0.1)
|
|
111
|
+
- type-is (2.0.1)
|
|
112
|
+
- unpipe (1.0.0)
|
|
113
|
+
- vary (1.1.2)
|
|
114
|
+
- zod (3.25.76)
|
|
115
|
+
|
|
116
|
+
For the full license text of these dependencies, please refer to their respective repositories or the node_modules directory.
|
package/README.md
ADDED
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+

|
|
4
|
+
|
|
5
|
+
# ConoHa VPS MCP Server
|
|
6
|
+
|
|
7
|
+
**日本語対応のConoHa VPS Model Context Protocol (MCP) サーバー**
|
|
8
|
+
|
|
9
|
+
[](https://github.com/gmo-internet/conoha_vps_mcp/stargazers)
|
|
10
|
+
[](LICENSE)
|
|
11
|
+
[](https://github.com/gmo-internet/conoha_vps_mcp/releases)
|
|
12
|
+
|
|
13
|
+
[](https://nodejs.org/)
|
|
14
|
+
[](https://www.typescriptlang.org/)
|
|
15
|
+
[](https://www.docker.com/)
|
|
16
|
+
[](https://docs.openstack.org/)
|
|
17
|
+
|
|
18
|
+
[🚀 クイックスタート](#-クイックスタート) • [📚 使用例](#-使用例) • [よくある質問(FAQ)](docs/FAQ.md)
|
|
19
|
+
|
|
20
|
+
</div>
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
## 🌟 概要
|
|
25
|
+
|
|
26
|
+
> [!IMPORTANT]
|
|
27
|
+
> v0.3.0 以降、本パッケージの配布元を GitHub Packages から npm レジストリへ移行しました。
|
|
28
|
+
> 最新バージョンは npm から入手してください。
|
|
29
|
+
|
|
30
|
+
ConoHa VPS MCPは、ConoHa VPSの[公開API](https://doc.conoha.jp/reference/api-vps3/)を**日本語**で簡単に操作できるオープンソースの**Model Context Protocol (MCP) サーバー**です。
|
|
31
|
+
|
|
32
|
+
Claude、GitHub Copilot、ClineなどのAIエージェントと連携することで、**自然言語によるインフラ操作**が可能になります。
|
|
33
|
+
|
|
34
|
+
> [!CAUTION]
|
|
35
|
+
> **⚠️ 本ソフトウェアは現在ベータ版です**
|
|
36
|
+
>
|
|
37
|
+
> - いかなる保証もなく現状のまま提供されます。
|
|
38
|
+
> - 機能・動作は予告なく変更される場合があります。
|
|
39
|
+
> - 本番環境での使用前に十分なテストを行ってください。
|
|
40
|
+
> - バグやフィードバックは GitHub Issues からご報告願います。
|
|
41
|
+
>
|
|
42
|
+
> このベータ版 ConoHa VPS MCP を使用することで、これらの条件に同意したものとみなされます。
|
|
43
|
+
|
|
44
|
+
## ✨ 主な特徴
|
|
45
|
+
|
|
46
|
+
| 特徴 | 説明 |
|
|
47
|
+
|------|------|
|
|
48
|
+
| 🇯🇵 **完全日本語対応** | 完全日本語対応 「ConoHa VPS」のリソースを、日本語で直感的な操作が可能 |
|
|
49
|
+
| 🤖 **AI エージェントとの連携** | GitHub Copilot や Claude など、主要な AI エージェントと連携し、操作や構成の提案をサポート |
|
|
50
|
+
| 🔧 **包括的API** | サーバー・ボリューム・イメージ・セキュリティグループ管理をサポート |
|
|
51
|
+
| 🐳 **クロスプラットフォーム** | Node.js および Dockerでの実行環境を提供 |
|
|
52
|
+
| 🛡️ **セキュリティ対策** | OpenStack 準拠のセキュリティ機能を装備 |
|
|
53
|
+
|
|
54
|
+
## ❓ Model Context Protocol (MCP) とは
|
|
55
|
+
|
|
56
|
+
Model Context Protocolとは、GitHub Copilot、Cline、ClaudeなどのAIエージェントがインターネット上のサービスや様々なツールと連携するための共通化された仕組み(プロトコル)です。
|
|
57
|
+
この仕組みにより、AIエージェントがあなたの代わりに、サーバーの操作やファイルの管理などの複雑な作業を簡単かつ自動で行えるようになります。
|
|
58
|
+
|
|
59
|
+
## 🚀 クイックスタート
|
|
60
|
+
|
|
61
|
+
### Claude Desktopで利用する場合
|
|
62
|
+
|
|
63
|
+
1. [Releases](https://github.com/gmo-internet/conoha_vps_mcp/releases/)よりダウンロードしたmcpbファイルをClaude Desktopに登録
|
|
64
|
+
2. Claude Desktopで環境変数を設定
|
|
65
|
+
|
|
66
|
+
詳細な手順は 👉 [mcpb ファイルインストール版実行ガイド](docs/mcpb-setup.md) を参照してください。
|
|
67
|
+
|
|
68
|
+
### それ以外のAIエージェント (GitHub Copilot等) で利用する場合
|
|
69
|
+
|
|
70
|
+
1. Node.jsをローカル端末にインストール
|
|
71
|
+
2. 利用中のMCP対応のAIエージェントにConoHa VPS MCPの設定を記載し、MCPサーバーを起動
|
|
72
|
+
<details>
|
|
73
|
+
<summary>設定(簡略版)</summary>
|
|
74
|
+
|
|
75
|
+
```json
|
|
76
|
+
{
|
|
77
|
+
"ConoHa VPS MCP": {
|
|
78
|
+
"command": "npm",
|
|
79
|
+
"args": [
|
|
80
|
+
"exec",
|
|
81
|
+
"@gmo-internet/conoha-vps-mcp@latest"
|
|
82
|
+
],
|
|
83
|
+
"env": {
|
|
84
|
+
"OPENSTACK_TENANT_ID": "YOUR_OPENSTACK_TENANT_ID",
|
|
85
|
+
"OPENSTACK_USER_ID": "YOUR_OPENSTACK_USER_ID",
|
|
86
|
+
"OPENSTACK_PASSWORD": "YOUR_OPENSTACK_PASSWORD"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
```
|
|
91
|
+
</details>
|
|
92
|
+
|
|
93
|
+
詳細な手順は 👉 [npm パッケージインストール版実行ガイド](docs/npm-setup.md) を参照してください。
|
|
94
|
+
|
|
95
|
+
### 🔧 その他の方法で利用する場合
|
|
96
|
+
|
|
97
|
+
- 📋 [Node.js ローカルビルド版実行ガイド](docs/nodejs-setup.md) - ソースコードからビルドして実行
|
|
98
|
+
- 🐳 [Docker ローカルビルド版実行ガイド](docs/docker-setup.md) - Dockerコンテナで実行
|
|
99
|
+
|
|
100
|
+
🆘 トラブルシューティング
|
|
101
|
+
|
|
102
|
+
- ❓ [FAQ](docs/FAQ.md) - よくある質問と解決方法
|
|
103
|
+
|
|
104
|
+
## 🎯 使用例
|
|
105
|
+
|
|
106
|
+
### リソース管理
|
|
107
|
+
|
|
108
|
+
```txt
|
|
109
|
+
現在あるサーバーの一覧を表示してください。
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
```txt
|
|
113
|
+
現在あるサーバーを確認し、test-1という名前のサーバーを停止してください。
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
```txt
|
|
117
|
+
test-1という名前のサーバーにアタッチされているボリュームの詳細を表示してください。
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
### サーバー作成
|
|
121
|
+
|
|
122
|
+
```txt
|
|
123
|
+
サーバープラン一覧、イメージ一覧、ボリュームタイプ一覧を確認して、
|
|
124
|
+
Ubuntu 24.04でメモリ1GBのサーバーを、rootパスワード:vG7#kLp9zX!q、
|
|
125
|
+
ネームタグ:test-1、セキュリティグループ:defaultとして作ってください。
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
> [!CAUTION]
|
|
129
|
+
> **パスワードセキュリティに関する重要な警告**
|
|
130
|
+
>
|
|
131
|
+
> - 上記のパスワード例は**絶対に実際に使用しないでください**(公開されているため)
|
|
132
|
+
> - 実際の運用では、十分に複雑で一意なパスワードを生成してください
|
|
133
|
+
> - サーバー作成後は、**直ちに**パスワードの変更、またはパスワード認証の無効化を行ってください
|
|
134
|
+
> - SSHキー認証への変更を強く推奨します
|
|
135
|
+
> - AIエージェントとの会話履歴にパスワードが残ることに注意してください
|
|
136
|
+
|
|
137
|
+
### セキュリティ設定
|
|
138
|
+
|
|
139
|
+
```txt
|
|
140
|
+
Webサーバー用のセキュリティグループをweb-server-secgroupという名前で新しく作成して、
|
|
141
|
+
HTTP(80番)とHTTPS(443番)のみを許可してください。
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
## 📚 ドキュメント
|
|
145
|
+
|
|
146
|
+
### 対応プラットフォーム
|
|
147
|
+
|
|
148
|
+
> [!IMPORTANT]
|
|
149
|
+
> 今後のバージョンアップによってサポート対象外となる可能性があります。
|
|
150
|
+
|
|
151
|
+
#### MCPサーバー実行環境
|
|
152
|
+
|
|
153
|
+
- ✅ Node.js v18以上
|
|
154
|
+
- ✅ Docker
|
|
155
|
+
- ✅ Linux / macOS / Windows
|
|
156
|
+
|
|
157
|
+
#### AIエージェント統合
|
|
158
|
+
|
|
159
|
+
- ✅ [Claude Desktop](https://claude.ai/download)
|
|
160
|
+
- ✅ [Cline (VS Code)](https://github.com/cline/cline)
|
|
161
|
+
- ✅ [GitHub Copilot (VS Code)](https://docs.github.com/ja/copilot)
|
|
162
|
+
|
|
163
|
+
> [!NOTE]
|
|
164
|
+
> MCPに対応した他のAIエージェントでも利用できます。
|
|
165
|
+
> 詳細は各AIエージェントのドキュメントを参照して下さい。
|
|
166
|
+
|
|
167
|
+
#### ConoHa環境
|
|
168
|
+
|
|
169
|
+
- ✅ ConoHa VPS v3.0 API
|
|
170
|
+
|
|
171
|
+
### MCPサーバーで対応している主な機能一覧
|
|
172
|
+
|
|
173
|
+
| カテゴリ | 主な対応機能 |
|
|
174
|
+
|---------|-------------|
|
|
175
|
+
| サーバー | 作成 / 削除 / 起動 / 停止 / リサイズ / コンソール接続 |
|
|
176
|
+
| ボリューム | 作成 / 削除 / 更新 |
|
|
177
|
+
| イメージ | 一覧取得 |
|
|
178
|
+
| SSHキーペア | 作成 / 削除 |
|
|
179
|
+
| セキュリティグループ | 作成 / 削除 / 更新 |
|
|
180
|
+
| セキュリティグループルール | 作成 / 削除 |
|
|
181
|
+
|
|
182
|
+
📄 ツールごとの全機能一覧は[こちら](docs/tool.md)を参照してください。
|
|
183
|
+
|
|
184
|
+
## ⚠️ 重要な注意事項
|
|
185
|
+
|
|
186
|
+
### AIエージェント利用について
|
|
187
|
+
|
|
188
|
+
- Claude等、AIエージェントの利用には別途費用が発生する場合があります
|
|
189
|
+
- 利用しているAIエージェントの料金プランや課金形態は十分確認してください
|
|
190
|
+
|
|
191
|
+
### API利用について
|
|
192
|
+
|
|
193
|
+
- 🔑 **認証**: ConoHa VPSの公開APIクレデンシャルが必要です
|
|
194
|
+
- 💰 **課金**: MCP自体は無償ですが、VPS作成等の操作により料金が発生する場合があります
|
|
195
|
+
- 🛠️ **サポート**: MCP利用はConoHaサポート対象外です
|
|
196
|
+
|
|
197
|
+
### 自動化利用について
|
|
198
|
+
|
|
199
|
+
- 設定ミスにより意図しない課金が発生する可能性があります
|
|
200
|
+
- 自動化する際は設定の確認とセキュリティ対策を十分に行ってください
|
|
201
|
+
- 不安な場合はコントロールパネルからの手動操作を推奨します
|
|
202
|
+
|
|
203
|
+
### セキュリティ考慮事項
|
|
204
|
+
|
|
205
|
+
- 🔐 APIクレデンシャルを安全に管理してください
|
|
206
|
+
- 🚫 本番環境では自動化スクリプトの十分な検証を行ってください
|
|
207
|
+
- 📊 使用状況を定期的に監視してください
|
|
208
|
+
|
|
209
|
+
詳細は[ConoHa APIご利用前の留意事項](https://doc.conoha.jp/reference/api-vps3/api-guideline-vps3/api-guideline-v3/)をご確認ください。
|
|
210
|
+
|
|
211
|
+
## 🤝 コントリビュート
|
|
212
|
+
|
|
213
|
+
私たちはコミュニティからの貢献を歓迎します!
|
|
214
|
+
|
|
215
|
+
- 📝 [コントリビューションガイド](CONTRIBUTING.md)
|
|
216
|
+
- 🤝 [行動規範](CODE_OF_CONDUCT.md)
|
|
217
|
+
- 🔒 [セキュリティポリシー](SECURITY.md)
|
|
218
|
+
|
|
219
|
+
バグ報告や機能要望は[GitHub Issues](https://github.com/gmo-internet/conoha_vps_mcp/issues)でお受けしています。
|
|
220
|
+
|
|
221
|
+
## 📄 ライセンス
|
|
222
|
+
|
|
223
|
+
このプロジェクトは[Apache License 2.0](LICENSE) の下で公開されています。
|
|
224
|
+
|
|
225
|
+
## 🙏 謝辞
|
|
226
|
+
|
|
227
|
+
- [Model Context Protocol](https://modelcontextprotocol.io/) - MCP仕様の開発
|
|
228
|
+
- [OpenStack](https://www.openstack.org/) - クラウドインフラ技術の基盤
|
|
229
|
+
|
|
230
|
+
## 📞 サポート・コミュニティ
|
|
231
|
+
|
|
232
|
+
- 🐛 **バグ報告・機能要望**: [GitHub Issues](https://github.com/gmo-internet/conoha_vps_mcp/issues)
|
|
233
|
+
- 🌟 **Star**: このプロジェクトが役に立ったら ⭐ をお願いします!
|
|
234
|
+
|
|
235
|
+
## 🔗 関連リンク
|
|
236
|
+
|
|
237
|
+
- [ConoHa 公式サイト](https://www.conoha.jp/)
|
|
238
|
+
- [公開 API ドキュメント](https://doc.conoha.jp/reference/api-vps3/)
|
|
239
|
+
- [Model Context Protocol 仕様](https://modelcontextprotocol.io/)
|
|
240
|
+
|
|
241
|
+
---
|
|
242
|
+
|
|
243
|
+
<div align="center">
|
|
244
|
+
|
|
245
|
+
**Made by [GMO Internet](https://internet.gmo/)**
|
|
246
|
+
|
|
247
|
+
[⬆️ トップに戻る](#conoha-vps-mcp-server)
|
|
248
|
+
|
|
249
|
+
</div>
|