crav-mcp-vercel
Verified Safeby CR-AudioViz-AI
Overview
Vercel deployment automation and resource management for AI applications, enabling autonomous deployments, real-time build monitoring, log retrieval, error parsing, and resource management.
Installation
docker run -p 3002:3002 --env-file .env crav-mcp-vercelEnvironment Variables
- VERCEL_TOKEN
- MCP_API_KEY
Security Notes
The server employs standard security middleware (`helmet`, `cors`, `express-rate-limit`) and uses API key authentication (`MCP_API_KEY`) for all sensitive endpoints. The Vercel access token (`VERCEL_TOKEN`) is correctly sourced from environment variables. No obvious hardcoded secrets or malicious patterns were found in the core server logic. The primary security relies on the confidentiality and integrity of the `MCP_API_KEY` and `VERCEL_TOKEN`.
Similar Servers
mcp-handler
Provides a Vercel adapter for the Model Context Protocol (MCP), enabling real-time communication between applications and AI models through Next.js or Nuxt.
mcp-server-azure-devops
This server provides an AI agent with tools to interact with Azure DevOps services, including searching code, wikis, and work items, managing pull requests, retrieving project details, and handling pipeline operations.
MCP-Council
Automates the conversion of REST APIs into AI-powered MCP (Model Context Protocol) servers, enabling seamless integration of APIs with AI assistants.
ai-sdk-provider-claude-code
Provides a Vercel AI SDK integration for Claude models, specifically designed to enable universal tool support by translating AI SDK tools to Claude Code's XML format, eliminating the need for separate MCP servers.