aws-mcp-server-for-zed

Takk8IS/aws-mcp-server-for-zed

3.2

If you are the rightful owner of aws-mcp-server-for-zed and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The AWS MCP Server for Zed extension allows seamless integration of AWS services with the Zed editor, enhancing its AI capabilities.

πŸ’Ύ AWS MCP Server for Zed

This extension provides an AWS Model Context Protocol (MCP) server for the Zed editor, allowing you to use AWS services as a context provider for Zed's AI Assistant.

It enables Zed to communicate with AWS services, such as retrieving information from S3, querying DynamoDB, or invoking Lambda functions, directly within the editor's context.

πŸ€– Overview

This extension starts a local MCP server that is configured to interact with your AWS account. By providing your AWS credentials, the server can access your AWS resources and provide relevant information to Zed's AI assistant.

πŸ–₯️ Screenshot

AWS MCP Server for Zed

πŸ’Ύ Installation

1. Prerequisites

Before using this extension, you must have an AWS account and have your AWS Access Key ID and Secret Access Key available.

2. Install from Zed Marketplace

  • Open: Open the Command Palette in Zed (cmd-shift-p).
  • Type: Type zed: extensions.
  • Search: Search for "AWS MCP Server" and install it directly from the extension marketplace.

3. Configuration

  • Open: Open your Zed settings.json file.
  • Add: Configure your AWS credentials:
"context_servers": {
  "mcp-server-aws": {
    "settings": {
      "aws_access_key_id": "<YOUR_AWS_ACCESS_KEY_ID>",
      "aws_secret_access_key": "<YOUR_AWS_SECRET_ACCESS_KEY>",
      "aws_region": "<YOUR_AWS_REGION>"
    }
  }
}

Replace the placeholders with your actual AWS credentials and desired region.

🀝 Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a Pull Request.

πŸ’‘ Donations

If this project has been helpful, consider making a donation:

USDT (TRC-20): TP6zpvjt2ZNGfWKPevfp65ZrcbKMWSQXDi

Your support helps us continue to develop innovative tools.

πŸ”§ Support

Experience the power of Zed by visiting their official website.

To contribute to public and social projects focused on research and artificial intelligence, feel free to support with any amount you prefer.

πŸ‘₯ About the Author

🧠 Takkβ„’ Innovate Studio

Enjoy coding with the power of AWS MCP in your Zed editor.