Skip to main content
Glama

Vercel MCP

by zueai

vercel-mcp

Vercel APIに接続するMCPサーバー。

使用法

カーソル

  • プロジェクトにインストールするには、MCP サーバーを.cursor/mcp.jsonに追加します。
{ "mcpServers": { "vercel": { "command": "npx", "args": ["vercel-mcp VERCEL_API_KEY=<YOUR_API_KEY>"], } } }
  • グローバルにインストールするには、カーソル設定に次のコマンドを追加します。
npx vercel-mcp VERCEL_API_KEY=<your-vercel-api-key>

ウィンドサーフィン

  • MCP サーバーを~/.codeium/windsurf/mcp_config.jsonファイルに追加します。
{ "mcpServers": { "vercel": { "command": "npx", "args": ["vercel-mcp VERCEL_API_KEY=<YOUR_API_KEY>"] } } }

ツール

この MCP サーバーは、Vercel API と対話するための次のツールを提供します。

展開

  • getVercelDeploymentEvents - デプロイメントIDとビルドIDでデプロイメントイベントを取得する
  • getVercelDeployment - IDまたはURLでデプロイメントを取得する
  • cancelVercelDeployment - デプロイメントをキャンセルする
  • listVercelDeploymentFiles - デプロイメント ファイルを一覧表示する
  • getVercelDeploymentFileContents - デプロイメントファイルの内容を取得する
  • getVercelDeployments - デプロイメントの一覧
  • deleteVercelDeployment - デプロイメントを削除する

DNS

  • getVercelDNSRecords - ドメインのDNSレコードを一覧表示する
  • createVercelDNSRecord - ドメインのDNSレコードを作成する
  • updateVercelDNSRecord - DNSレコードを更新する
  • deleteVercelDNSRecord - DNSレコードを削除する

ドメイン

  • getVercelDomainConfig - ドメインの設定を取得する
  • getVercelDomain - 単一ドメインの情報を取得する
  • getVercelDomains - 認証されたユーザーまたはチームのすべてのドメインを一覧表示します

プロジェクト

  • getVercelProjects - プロジェクトのリストを取得する
  • updateVercelProject - 既存のプロジェクトを更新する
  • getVercelProjectDomains - プロジェクトIDまたは名前でプロジェクトドメインを取得します
  • getVercelProjectDomain - プロジェクトドメインを取得する
  • updateVercelProjectDomain - プロジェクトドメインを更新する
  • removeVercelProjectDomain - プロジェクトからドメインを削除する
  • addVercelProjectDomain - プロジェクトにドメインを追加する
  • verifyVercelProjectDomain - プロジェクトドメインを検証する

環境変数

  • filterVercelProjectEnvs - プロジェクトの環境変数を取得する
  • getVercelProjectEnv - 環境変数の復号化された値を取得する
  • createVercelProjectEnv - 1つ以上の環境変数を作成する
  • removeVercelProjectEnv - 環境変数を削除する
  • editVercelProjectEnv - 環境変数を編集する
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Vercel API と対話するためのツールを提供し、自然言語によるデプロイメント、DNS レコード、ドメイン、プロジェクト、環境変数の管理を可能にする MCP サーバー。

  1. 使用法
    1. カーソル
    2. ウィンドサーフィン
  2. ツール
    1. 展開
    2. DNS
    3. ドメイン
    4. プロジェクト
    5. 環境変数

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    MCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.
    Last updated -
    2
    4
    TypeScript
    MIT License
  • -
    security
    A
    license
    -
    quality
    MCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.
    Last updated -
    2
    3
    TypeScript
    MIT License
  • A
    security
    F
    license
    A
    quality
    A powerful Model Context Protocol (MCP) server enabling seamless Vercel project management, including deployments, domains, environment variables, and team configurations through Cursor's Composer or Codeium's Cascade.
    Last updated -
    109
    51
    TypeScript
    • Apple
    • Linux
  • -
    security
    A
    license
    -
    quality
    An MCP server that enables interaction with the Vercel API to manage deployments, DNS records, domains, projects, and environment variables through natural language commands.
    Last updated -
    109
    TypeScript
    MIT License

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zueai/vercel-api-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server