Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_BACKUP_DIR | No | バックアップディレクトリのパス (Path to the backup directory). デフォルトは設定ファイルと同じディレクトリの backups/ (Default is backups/ in the same directory as the config file) | |
| MCP_CONFIG_PATH | No | MCP設定ファイルのパス (Path to the MCP configuration file) | ~/.aws/amazonq/mcp.json |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_servers | 設定されている全てのMCPサーバーをリスト表示する。 |
| get_server | 特定のMCPサーバーの設定を取得する。 |
| add_server | 新しいMCPサーバー設定を追加する。 |
| update_server | 既存のMCPサーバー設定を更新する。 |
| remove_server | MCPサーバー設定を削除する。 |
| validate_config | 現在のMCP設定ファイルを検証する。 |
| export_config | MCP設定全体をJSON形式でエクスポートする。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |