πΎ Model Context Protocol (MCP) Server Vercel for Zed Editor
Config is the same across clients β only the file and path differ.
{
"mcpServers": {
"vercel-mcp-server-for-zed": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
This server supports HTTP transport. Be the first to test it β help the community know if it works.
Five weighted categories β click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience β it helps other developers decide.
Sign in to write a review.
Others in devops / cloud
MCP Server for GCP environment for interacting with various Observability APIs.
β‘ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
MCP server for using the GitLab API
Heroku Platform MCP Server using the Heroku CLI
MCP Security Weekly
Get CVE alerts and security updates for Vercel Mcp Server For Zed and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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.

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
cmd-shift-p).zed: extensions.3. Configuration
settings.json file."context_servers": {
"aws-mcp-server-for-zed": {
"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.
Contributions are welcome! Feel free to open issues or submit pull requests.
git checkout -b feature/AmazingFeature).git commit -m 'Add some AmazingFeature').git push origin feature/AmazingFeature).If this project has been helpful, consider making a donation:
USDT (TRC-20): TP6zpvjt2ZNGfWKPevfp65ZrcbKMWSQXDi
Your support helps us continue to develop innovative tools.
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.
Enjoy coding with the power of AWS MCP in your Zed editor.