mcp-handler
Verified Safeby vercel
Overview
A Vercel adapter for the Model Context Protocol (MCP), enabling real-time communication between web applications and AI models.
Installation
No command providedEnvironment Variables
- REDIS_URL
- KV_URL
Security Notes
The server uses `execSync` for package installation in its CLI, but with controlled inputs. Deserialization of messages from Redis (`JSON.parse`) could be a vector if Redis is compromised, though it's typically an internal channel. The `withMcpAuth` wrapper delegates token verification to the user, whose implementation will determine the strength of authentication. Overall, generally safe for its intended use, with active maintenance addressing potential issues like memory leaks.
Similar Servers
nuxt-mcp-dev
Provides a Model Context Protocol (MCP) server for Vite/Nuxt applications, offering AI models insights into the app's setup and module graphs.
mcp-toolkit
A Nuxt module for easily creating a Model Context Protocol (MCP) server directly within a Nuxt application, allowing AI assistants to access defined tools, resources, and prompts.
mcp
This SDK provides client and server implementations for the Model Context Protocol (MCP), enabling communication between AI agents/LLMs and external services like tools, prompts, and resources via JSON-RPC over HTTP/SSE.
toolhive-cloud-ui
A Next.js application for visualizing MCP (Model Context Protocol) servers in user infrastructure with easy URL copying for integration with AI agents.