Back to Home
vercel-labs icon

ai-sdk-5-migration-mcp-server

Verified Safe

by vercel-labs

Overview

This server acts as a Model Context Protocol (MCP) tool to assist developers in migrating projects from AI SDK 4.x to AI SDK 5.0, primarily designed for use with Cursor or other compatible MCP clients.

Installation

Run Command
pnpm dev

Environment Variables

  • VERCEL_PROJECT_PRODUCTION_URL
  • NODE_ENV

Security Notes

The server's primary function involves generating markdown checklists and searching local documentation. It does not use `eval` or process untrusted code on the server side. The `create-checklist` tool instructs the *client* to run a `curl` command to download content, meaning the server itself is not executing arbitrary commands. The search tools construct regular expressions from user queries, which can introduce a minor ReDoS (Regular Expression Denial of Service) risk if not carefully handled, but the implementation appears to mitigate this by splitting queries into individual words before regex creation, reducing the likelihood of complex, exploitable patterns. No hardcoded secrets were found; environment variables are used for configuration.

Similar Servers

Stats

Interest Score42
Security Score8
Cost ClassLow
Avg Tokens1500
Stars14
Forks2
Last Update2025-12-12

Tags

AI SDKMigration ToolDeveloper UtilityMCP ServerNext.js