πΎ Model Context Protocol (MCP) Server Vercel for Zed Editor
{
"mcpServers": {
"vercel-mcp-server-for-zed": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
πΎ Model Context Protocol (MCP) Server Vercel for Zed Editor
Is it safe?
No package registry to scan.
No authentication β any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 271 days ago. 5 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience β it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
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.