https://github.com/takk8is/vercel-mcp-server-for-zed
πΎ Model Context Protocol (MCP) Server Vercel for Zed Editor
https://github.com/takk8is/vercel-mcp-server-for-zed
davidccavalcante fjallstoppur mcp mcp-server takk-ag takk-design takk8is vercel zed zed-extension
Last synced: 2 months ago
JSON representation
πΎ Model Context Protocol (MCP) Server Vercel for Zed Editor
- Host: GitHub
- URL: https://github.com/takk8is/vercel-mcp-server-for-zed
- Owner: Takk8IS
- Created: 2025-06-29T04:59:25.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-29T05:39:36.000Z (12 months ago)
- Last Synced: 2025-06-29T06:25:40.375Z (12 months ago)
- Topics: davidccavalcante, fjallstoppur, mcp, mcp-server, takk-ag, takk-design, takk8is, vercel, zed, zed-extension
- Language: Rust
- Homepage: https://www.linkedin.com/in/hellodav/
- Size: 1.31 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# πΎ 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:
```json
"context_servers": {
"aws-mcp-server-for-zed": {
"settings": {
"aws_access_key_id": "",
"aws_secret_access_key": "",
"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](https://zed.dev/).
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](https://www.linkedin.com/in/hellodav/)
- **Medium**: [David C Cavalcante](https://medium.com/@davcavalcante/)
- **Positive results, rapid innovation**
- **Leading the Digital Revolution as the Pioneering 100% Artificial Intelligence Team**
- **URL**: [Takk](https://takk.ag/)
- **Twitter**: [Takk](https://twitter.com/takk8is/)
- **Medium**: [Takk](https://takk8is.medium.com/)
Enjoy coding with the power of AWS MCP in your Zed editor.