Skip to content

Conversation

@runjivu
Copy link

@runjivu runjivu commented Jun 27, 2025

Description

Add use_aws_mcp server (https://github.com/runjivu/use_aws_mcp) on README Community Servers section.

Server Details

  • Server: use_aws_mcp MCP server
  • Changes to: Adding a new server entry to the README.md

Motivation and Context

use_aws_mcp MCP server mocks the behaviour of use_aws mcp implemented in amazon-q-cli,
making use_aws available for other AI agents like cursor, windsurf, claude code etc.

How Has This Been Tested?

Tested integration with servers from popular MCP clients including Claude for Desktop, Cursor, avante nvim.
The output and experience is identical with amazon-q-cli.

Installation

cargo install use_aws_mcp

Configuration

{
  "mcpServers": {
    "use_aws_mcp": {
      "name": "use_aws_mcp",
      "command": "use_aws_mcp",
      "timeout": 300,
      "env": {},
      "disabled": false
    }
  }
}

Breaking Changes

No breaking changes.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

Additional context

@olaservo
Copy link
Member

olaservo commented Jul 3, 2025

Thanks for your contribution to the servers list. This has been merged in this combined PR: #2263

This is a new process we're trying out, so if you see any issues feel free to re-open the PR and tag me.

@olaservo olaservo closed this Jul 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants