awslabs.cloudwatch-mcp-server 0.0.3__tar.gz → 0.0.5__tar.gz

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.
Files changed (36) hide show
  1. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/CHANGELOG.md +6 -1
  2. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/Dockerfile +2 -2
  3. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/PKG-INFO +33 -28
  4. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/README.md +31 -26
  5. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/pyproject.toml +5 -1
  6. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/.gitignore +0 -0
  7. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/.python-version +0 -0
  8. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/LICENSE +0 -0
  9. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/NOTICE +0 -0
  10. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/awslabs/__init__.py +0 -0
  11. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/awslabs/cloudwatch_mcp_server/__init__.py +0 -0
  12. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/awslabs/cloudwatch_mcp_server/cloudwatch_alarms/models.py +0 -0
  13. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/awslabs/cloudwatch_mcp_server/cloudwatch_alarms/tools.py +0 -0
  14. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/awslabs/cloudwatch_mcp_server/cloudwatch_logs/models.py +0 -0
  15. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/awslabs/cloudwatch_mcp_server/cloudwatch_logs/tools.py +0 -0
  16. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/awslabs/cloudwatch_mcp_server/cloudwatch_metrics/data/metric_metadata.json +0 -0
  17. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/awslabs/cloudwatch_mcp_server/cloudwatch_metrics/models.py +0 -0
  18. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/awslabs/cloudwatch_mcp_server/cloudwatch_metrics/tools.py +0 -0
  19. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/awslabs/cloudwatch_mcp_server/common.py +0 -0
  20. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/awslabs/cloudwatch_mcp_server/server.py +0 -0
  21. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/docker-healthcheck.sh +0 -0
  22. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/tests/cloudwatch_alarms/test_active_alarms.py +0 -0
  23. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/tests/cloudwatch_alarms/test_alarm_history.py +0 -0
  24. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/tests/cloudwatch_alarms/test_alarm_history_integration.py +0 -0
  25. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/tests/cloudwatch_alarms/test_alarms_error_handling.py +0 -0
  26. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/tests/cloudwatch_logs/test_logs_error_handling.py +0 -0
  27. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/tests/cloudwatch_logs/test_logs_models.py +0 -0
  28. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/tests/cloudwatch_logs/test_logs_server.py +0 -0
  29. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/tests/cloudwatch_metrics/test_metrics_error_handling.py +0 -0
  30. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/tests/cloudwatch_metrics/test_metrics_models.py +0 -0
  31. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/tests/cloudwatch_metrics/test_metrics_server.py +0 -0
  32. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/tests/cloudwatch_metrics/test_validation_error.py +0 -0
  33. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/tests/test_common_and_server.py +0 -0
  34. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/tests/test_init.py +0 -0
  35. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/tests/test_main.py +0 -0
  36. {awslabs_cloudwatch_mcp_server-0.0.3 → awslabs_cloudwatch_mcp_server-0.0.5}/uv.lock +0 -0
@@ -6,8 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ## Unreleased
9
+ ## [0.0.4] - 2025-07-11
9
10
 
10
- ## [0.0.1] - 2025-07-02
11
+ ### Changed
12
+
13
+ - Updated README instructions to correcly setup server with Q CLI
14
+
15
+ ## [0.0.3] - 2025-07-02
11
16
 
12
17
  ### Added
13
18
 
@@ -12,7 +12,7 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
- FROM public.ecr.aws/sam/build-python3.10@sha256:d821662474d65f3cf2fc97dba2fa807a3adb580d02895fc4545527812550ea65 AS uv
15
+ FROM public.ecr.aws/sam/build-python3.10@sha256:84738adb2767299571443d742c006d2f153c809c7181b099468583ac97be2dda AS uv
16
16
 
17
17
  # Install the project into `/app`
18
18
  WORKDIR /app
@@ -46,7 +46,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
46
46
  # Make the directory just in case it doesn't exist
47
47
  RUN mkdir -p /root/.local
48
48
 
49
- FROM public.ecr.aws/sam/build-python3.10@sha256:d821662474d65f3cf2fc97dba2fa807a3adb580d02895fc4545527812550ea65
49
+ FROM public.ecr.aws/sam/build-python3.10@sha256:84738adb2767299571443d742c006d2f153c809c7181b099468583ac97be2dda
50
50
 
51
51
  # Place executables in the environment at the front of the path and include other binaries
52
52
  ENV PATH="/app/.venv/bin:$PATH:/usr/sbin"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: awslabs.cloudwatch-mcp-server
3
- Version: 0.0.3
3
+ Version: 0.0.5
4
4
  Summary: An AWS Labs Model Context Protocol (MCP) server for cloudwatch
5
5
  Project-URL: homepage, https://awslabs.github.io/mcp/
6
6
  Project-URL: docs, https://awslabs.github.io/mcp/servers/cloudwatch-mcp-server/
@@ -8,7 +8,7 @@ Project-URL: documentation, https://awslabs.github.io/mcp/servers/cloudwatch-mcp
8
8
  Project-URL: repository, https://github.com/awslabs/mcp.git
9
9
  Project-URL: changelog, https://github.com/awslabs/mcp/blob/main/src/cloudwatch-mcp-server/CHANGELOG.md
10
10
  Author: Amazon Web Services
11
- Author-email: AWSLabs MCP <203918161+awslabs-mcp@users.noreply.github.com>, Isaiah Lemmon <ilemmon@amazon.com>
11
+ Author-email: AWSLabs MCP <203918161+awslabs-mcp@users.noreply.github.com>, Isaiah Lemmon <ilemmon@amazon.com>, Shrikant Tambe <tshrikan@amazon.com>, Gianluca Cacace <cacaceg@amazon.com>, Andrea Giuliano <aggiulia@amazon.com>, Goran Modrusa <goran@amazon.com>
12
12
  License: Apache-2.0
13
13
  License-File: LICENSE
14
14
  License-File: NOTICE
@@ -46,13 +46,10 @@ Metric Definition Analyzer - Provides comprehensive descriptions of what metrics
46
46
  Alarm Recommendations - Suggests recommended alarm configurations for CloudWatch metrics, including thresholds, evaluation periods, and other alarm settings.
47
47
 
48
48
  ## Prerequisites
49
-
50
- 1. Install `uv` from [Astral](https://docs.astral.sh/uv/getting-started/installation/) or the [GitHub README](https://github.com/astral-sh/uv#installation)
51
- 2. Install Python using `uv python install 3.10`
52
- 3. An AWS account with [CloudWatch Telemetry](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/WhatIsCloudWatch.html)
53
- 4. This MCP server can only be run locally on the same host as your LLM client.
54
- 5. Set up AWS credentials with access to AWS services
55
- - You need an AWS account with appropriate permissions
49
+ 1. An AWS account with [CloudWatch Telemetry](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/WhatIsCloudWatch.html)
50
+ 2. This MCP server can only be run locally on the same host as your LLM client.
51
+ 3. Set up AWS credentials with access to AWS services
52
+ - You need an AWS account with appropriate permissions (See required permissions below)
56
53
  - Configure AWS credentials with `aws configure` or environment variables
57
54
 
58
55
  ## Available Tools
@@ -89,17 +86,23 @@ Alarm Recommendations - Suggests recommended alarm configurations for CloudWatch
89
86
 
90
87
  ## Installation
91
88
 
92
- [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://www.cursor.com/install-mcp?name=awslabs.cloudwatch-mcp-server&config=eyJhdXRvQXBwcm92ZSI6W10sImRpc2FibGVkIjpmYWxzZSwidGltZW91dCI6NjAsImNvbW1hbmQiOiJ1dnggYXdzbGFicy5jbG91ZHdhdGNoLW1jcC1zZXJ2ZXJAbGF0ZXN0IiwiZW52Ijp7IkFXU19QUk9GSUxFIjoiW1RoZSBBV1MgUHJvZmlsZSBOYW1lIHRvIHVzZSBmb3IgQVdTIGFjY2Vzc10iLCJBV1NfUkVHSU9OIjoiW1RoZSBBV1MgcmVnaW9uIHRvIHJ1biBpbl0iLCJGQVNUTUNQX0xPR19MRVZFTCI6IkVSUk9SIn0sInRyYW5zcG9ydFR5cGUiOiJzdGRpbyJ9)
89
+ ### Option 1: Python (UVX)
90
+ #### Prerequisites
91
+ 1. Install `uv` from [Astral](https://docs.astral.sh/uv/getting-started/installation/) or the [GitHub README](https://github.com/astral-sh/uv#installation)
92
+ 2. Install Python using `uv python install 3.10`
93
93
 
94
- Example for Amazon Q Developer CLI (~/.aws/amazonq/mcp.json):
94
+ #### One Click Cursor Install
95
+ [![Install CloudWatch MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://www.cursor.com/install-mcp?name=awslabs.cloudwatch-mcp-server&config=ewogICAgImF1dG9BcHByb3ZlIjogW10sCiAgICAiZGlzYWJsZWQiOiBmYWxzZSwKICAgICJjb21tYW5kIjogInV2eCBhd3NsYWJzLmNsb3Vkd2F0Y2gtbWNwLXNlcnZlckBsYXRlc3QiLAogICAgImVudiI6IHsKICAgICAgIkFXU19QUk9GSUxFIjogIltUaGUgQVdTIFByb2ZpbGUgTmFtZSB0byB1c2UgZm9yIEFXUyBhY2Nlc3NdIiwKICAgICAgIkZBU1RNQ1BfTE9HX0xFVkVMIjogIkVSUk9SIgogICAgfSwKICAgICJ0cmFuc3BvcnRUeXBlIjogInN0ZGlvIgp9)
95
96
 
97
+ #### MCP Config (Q CLI, Cline)
98
+ * For Q CLI, update MCP Config Amazon Q Developer CLI (~/.aws/amazonq/mcp.json)
99
+ * For Cline click on "Configure MCP Servers" option from MCP tab
96
100
  ```json
97
101
  {
98
102
  "mcpServers": {
99
103
  "awslabs.cloudwatch-mcp-server": {
100
104
  "autoApprove": [],
101
105
  "disabled": false,
102
- "timeout": 60,
103
106
  "command": "uvx",
104
107
  "args": [
105
108
  "awslabs.cloudwatch-mcp-server@latest"
@@ -116,20 +119,18 @@ Example for Amazon Q Developer CLI (~/.aws/amazonq/mcp.json):
116
119
 
117
120
  Please reference [AWS documentation](https://docs.aws.amazon.com/cli/v1/userguide/cli-configure-files.html) to create and manage your credentials profile
118
121
 
119
- ### Build and install docker image locally on the same host of your LLM client
122
+ ### Option 2: Docker Image
123
+ #### Prerequisites
124
+ Build and install docker image locally on the same host of your LLM client
125
+ 1. Install [Docker](https://docs.docker.com/desktop/)
126
+ 2. `git clone https://github.com/awslabs/mcp.git`
127
+ 3. Go to sub-directory `cd src/cloudwatch-mcp-server/`
128
+ 4. Run `docker build -t awslabs/cloudwatch-mcp-server:latest .`
120
129
 
121
- 1. `git clone https://github.com/awslabs/mcp.git`
122
- 2. Go to sub-directory 'src/cloudwatch-mcp-server/'
123
- 3. Run 'docker build -t awslabs/cloudwatch-mcp-server:latest .'
124
-
125
- ### Add or update your LLM client's config with following:
126
- ```file
127
- # fictitious `.env` file with AWS temporary credentials
128
- AWS_ACCESS_KEY_ID=<from the profile you set up>
129
- AWS_SECRET_ACCESS_KEY=<from the profile you set up>
130
- AWS_SESSION_TOKEN=<from the profile you set up>
131
- ```
130
+ #### One Click Cursor Install
131
+ [![Install CloudWatch MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://www.cursor.com/install-mcp?name=awslabs.cloudwatch-mcp-server&config=ewogICAgICAgICJjb21tYW5kIjogImRvY2tlciIsCiAgICAgICAgImFyZ3MiOiBbCiAgICAgICAgICAicnVuIiwKICAgICAgICAgICItLXJtIiwKICAgICAgICAgICItLWludGVyYWN0aXZlIiwKICAgICAgICAgICItZSBBV1NfUFJPRklMRT1bVGhlIEFXUyBQcm9maWxlIE5hbWVdIiwKICAgICAgICAgICJhd3NsYWJzL2Nsb3Vkd2F0Y2gtbWNwLXNlcnZlcjpsYXRlc3QiCiAgICAgICAgXSwKICAgICAgICAiZW52Ijoge30sCiAgICAgICAgImRpc2FibGVkIjogZmFsc2UsCiAgICAgICAgImF1dG9BcHByb3ZlIjogW10KfQ==)
132
132
 
133
+ #### MCP Config using Docker image(Q CLI, Cline)
133
134
  ```json
134
135
  {
135
136
  "mcpServers": {
@@ -139,8 +140,8 @@ AWS_SESSION_TOKEN=<from the profile you set up>
139
140
  "run",
140
141
  "--rm",
141
142
  "--interactive",
142
- "--env-file",
143
- "/full/path/to/file/above/.env",
143
+ "-v ~/.aws:/root/.aws",
144
+ "-e AWS_PROFILE=[The AWS Profile Name to use for AWS access]",
144
145
  "awslabs/cloudwatch-mcp-server:latest"
145
146
  ],
146
147
  "env": {},
@@ -150,8 +151,12 @@ AWS_SESSION_TOKEN=<from the profile you set up>
150
151
  }
151
152
  }
152
153
  ```
153
- NOTE: Your credentials will need to be kept refreshed from your host
154
+ Please reference [AWS documentation](https://docs.aws.amazon.com/cli/v1/userguide/cli-configure-files.html) to create and manage your credentials profile
154
155
 
155
156
  ## Contributing
156
157
 
157
- Contributions are welcome! Please see the [CONTRIBUTING.md](../../CONTRIBUTING.md) in the monorepo root for guidelines.
158
+ Contributions are welcome! Please see the [CONTRIBUTING.md](https://github.com/awslabs/mcp/blob/main/CONTRIBUTING.md) in the monorepo root for guidelines.
159
+
160
+ ## Feedback and Issues
161
+
162
+ We value your feedback! Submit your feedback, feature requests and any bugs at [GitHub issues](https://github.com/awslabs/mcp/issues) with prefix `cloudwatch-mcp-server` in title.
@@ -17,13 +17,10 @@ Metric Definition Analyzer - Provides comprehensive descriptions of what metrics
17
17
  Alarm Recommendations - Suggests recommended alarm configurations for CloudWatch metrics, including thresholds, evaluation periods, and other alarm settings.
18
18
 
19
19
  ## Prerequisites
20
-
21
- 1. Install `uv` from [Astral](https://docs.astral.sh/uv/getting-started/installation/) or the [GitHub README](https://github.com/astral-sh/uv#installation)
22
- 2. Install Python using `uv python install 3.10`
23
- 3. An AWS account with [CloudWatch Telemetry](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/WhatIsCloudWatch.html)
24
- 4. This MCP server can only be run locally on the same host as your LLM client.
25
- 5. Set up AWS credentials with access to AWS services
26
- - You need an AWS account with appropriate permissions
20
+ 1. An AWS account with [CloudWatch Telemetry](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/WhatIsCloudWatch.html)
21
+ 2. This MCP server can only be run locally on the same host as your LLM client.
22
+ 3. Set up AWS credentials with access to AWS services
23
+ - You need an AWS account with appropriate permissions (See required permissions below)
27
24
  - Configure AWS credentials with `aws configure` or environment variables
28
25
 
29
26
  ## Available Tools
@@ -60,17 +57,23 @@ Alarm Recommendations - Suggests recommended alarm configurations for CloudWatch
60
57
 
61
58
  ## Installation
62
59
 
63
- [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://www.cursor.com/install-mcp?name=awslabs.cloudwatch-mcp-server&config=eyJhdXRvQXBwcm92ZSI6W10sImRpc2FibGVkIjpmYWxzZSwidGltZW91dCI6NjAsImNvbW1hbmQiOiJ1dnggYXdzbGFicy5jbG91ZHdhdGNoLW1jcC1zZXJ2ZXJAbGF0ZXN0IiwiZW52Ijp7IkFXU19QUk9GSUxFIjoiW1RoZSBBV1MgUHJvZmlsZSBOYW1lIHRvIHVzZSBmb3IgQVdTIGFjY2Vzc10iLCJBV1NfUkVHSU9OIjoiW1RoZSBBV1MgcmVnaW9uIHRvIHJ1biBpbl0iLCJGQVNUTUNQX0xPR19MRVZFTCI6IkVSUk9SIn0sInRyYW5zcG9ydFR5cGUiOiJzdGRpbyJ9)
60
+ ### Option 1: Python (UVX)
61
+ #### Prerequisites
62
+ 1. Install `uv` from [Astral](https://docs.astral.sh/uv/getting-started/installation/) or the [GitHub README](https://github.com/astral-sh/uv#installation)
63
+ 2. Install Python using `uv python install 3.10`
64
64
 
65
- Example for Amazon Q Developer CLI (~/.aws/amazonq/mcp.json):
65
+ #### One Click Cursor Install
66
+ [![Install CloudWatch MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://www.cursor.com/install-mcp?name=awslabs.cloudwatch-mcp-server&config=ewogICAgImF1dG9BcHByb3ZlIjogW10sCiAgICAiZGlzYWJsZWQiOiBmYWxzZSwKICAgICJjb21tYW5kIjogInV2eCBhd3NsYWJzLmNsb3Vkd2F0Y2gtbWNwLXNlcnZlckBsYXRlc3QiLAogICAgImVudiI6IHsKICAgICAgIkFXU19QUk9GSUxFIjogIltUaGUgQVdTIFByb2ZpbGUgTmFtZSB0byB1c2UgZm9yIEFXUyBhY2Nlc3NdIiwKICAgICAgIkZBU1RNQ1BfTE9HX0xFVkVMIjogIkVSUk9SIgogICAgfSwKICAgICJ0cmFuc3BvcnRUeXBlIjogInN0ZGlvIgp9)
66
67
 
68
+ #### MCP Config (Q CLI, Cline)
69
+ * For Q CLI, update MCP Config Amazon Q Developer CLI (~/.aws/amazonq/mcp.json)
70
+ * For Cline click on "Configure MCP Servers" option from MCP tab
67
71
  ```json
68
72
  {
69
73
  "mcpServers": {
70
74
  "awslabs.cloudwatch-mcp-server": {
71
75
  "autoApprove": [],
72
76
  "disabled": false,
73
- "timeout": 60,
74
77
  "command": "uvx",
75
78
  "args": [
76
79
  "awslabs.cloudwatch-mcp-server@latest"
@@ -87,20 +90,18 @@ Example for Amazon Q Developer CLI (~/.aws/amazonq/mcp.json):
87
90
 
88
91
  Please reference [AWS documentation](https://docs.aws.amazon.com/cli/v1/userguide/cli-configure-files.html) to create and manage your credentials profile
89
92
 
90
- ### Build and install docker image locally on the same host of your LLM client
93
+ ### Option 2: Docker Image
94
+ #### Prerequisites
95
+ Build and install docker image locally on the same host of your LLM client
96
+ 1. Install [Docker](https://docs.docker.com/desktop/)
97
+ 2. `git clone https://github.com/awslabs/mcp.git`
98
+ 3. Go to sub-directory `cd src/cloudwatch-mcp-server/`
99
+ 4. Run `docker build -t awslabs/cloudwatch-mcp-server:latest .`
91
100
 
92
- 1. `git clone https://github.com/awslabs/mcp.git`
93
- 2. Go to sub-directory 'src/cloudwatch-mcp-server/'
94
- 3. Run 'docker build -t awslabs/cloudwatch-mcp-server:latest .'
95
-
96
- ### Add or update your LLM client's config with following:
97
- ```file
98
- # fictitious `.env` file with AWS temporary credentials
99
- AWS_ACCESS_KEY_ID=<from the profile you set up>
100
- AWS_SECRET_ACCESS_KEY=<from the profile you set up>
101
- AWS_SESSION_TOKEN=<from the profile you set up>
102
- ```
101
+ #### One Click Cursor Install
102
+ [![Install CloudWatch MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://www.cursor.com/install-mcp?name=awslabs.cloudwatch-mcp-server&config=ewogICAgICAgICJjb21tYW5kIjogImRvY2tlciIsCiAgICAgICAgImFyZ3MiOiBbCiAgICAgICAgICAicnVuIiwKICAgICAgICAgICItLXJtIiwKICAgICAgICAgICItLWludGVyYWN0aXZlIiwKICAgICAgICAgICItZSBBV1NfUFJPRklMRT1bVGhlIEFXUyBQcm9maWxlIE5hbWVdIiwKICAgICAgICAgICJhd3NsYWJzL2Nsb3Vkd2F0Y2gtbWNwLXNlcnZlcjpsYXRlc3QiCiAgICAgICAgXSwKICAgICAgICAiZW52Ijoge30sCiAgICAgICAgImRpc2FibGVkIjogZmFsc2UsCiAgICAgICAgImF1dG9BcHByb3ZlIjogW10KfQ==)
103
103
 
104
+ #### MCP Config using Docker image(Q CLI, Cline)
104
105
  ```json
105
106
  {
106
107
  "mcpServers": {
@@ -110,8 +111,8 @@ AWS_SESSION_TOKEN=<from the profile you set up>
110
111
  "run",
111
112
  "--rm",
112
113
  "--interactive",
113
- "--env-file",
114
- "/full/path/to/file/above/.env",
114
+ "-v ~/.aws:/root/.aws",
115
+ "-e AWS_PROFILE=[The AWS Profile Name to use for AWS access]",
115
116
  "awslabs/cloudwatch-mcp-server:latest"
116
117
  ],
117
118
  "env": {},
@@ -121,8 +122,12 @@ AWS_SESSION_TOKEN=<from the profile you set up>
121
122
  }
122
123
  }
123
124
  ```
124
- NOTE: Your credentials will need to be kept refreshed from your host
125
+ Please reference [AWS documentation](https://docs.aws.amazon.com/cli/v1/userguide/cli-configure-files.html) to create and manage your credentials profile
125
126
 
126
127
  ## Contributing
127
128
 
128
- Contributions are welcome! Please see the [CONTRIBUTING.md](../../CONTRIBUTING.md) in the monorepo root for guidelines.
129
+ Contributions are welcome! Please see the [CONTRIBUTING.md](https://github.com/awslabs/mcp/blob/main/CONTRIBUTING.md) in the monorepo root for guidelines.
130
+
131
+ ## Feedback and Issues
132
+
133
+ We value your feedback! Submit your feedback, feature requests and any bugs at [GitHub issues](https://github.com/awslabs/mcp/issues) with prefix `cloudwatch-mcp-server` in title.
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "awslabs.cloudwatch-mcp-server"
3
- version = "0.0.3"
3
+ version = "0.0.5"
4
4
  description = "An AWS Labs Model Context Protocol (MCP) server for cloudwatch"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -16,6 +16,10 @@ authors = [
16
16
  {name = "Amazon Web Services"},
17
17
  {name = "AWSLabs MCP", email="203918161+awslabs-mcp@users.noreply.github.com"},
18
18
  {name = "Isaiah Lemmon", email="ilemmon@amazon.com"},
19
+ {name = "Shrikant Tambe", email="tshrikan@amazon.com"},
20
+ {name = "Gianluca Cacace", email="cacaceg@amazon.com"},
21
+ {name = "Andrea Giuliano", email="aggiulia@amazon.com"},
22
+ {name = "Goran Modrusa", email="goran@amazon.com"},
19
23
  ]
20
24
  classifiers = [
21
25
  "License :: OSI Approved :: Apache Software License",