Takk8IS/aws-mcp-server-for-zed
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
πΎ 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.
- Fork the repository.
- Create your feature branch (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - 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
- Author: David C Cavalcante
- LinkedIn: David C Cavalcante
- Medium: David C Cavalcante
- Positive results, rapid innovation
- Leading the Digital Revolution as the Pioneering 100% Artificial Intelligence Team
- URL: Takk
- Twitter: Takk
- Medium: Takk
Enjoy coding with the power of AWS MCP in your Zed editor.