Skip to main content
Glama

베르셀-MCP

Vercel API에 연결되는 MCP 서버입니다.

용법

커서

  • 프로젝트에 설치하려면 .cursor/mcp.json 에 MCP 서버를 추가하세요.

지엑스피1

  • 전역적으로 설치하려면 커서 설정에 다음 명령을 추가하세요.

npx vercel-mcp VERCEL_API_KEY=<your-vercel-api-key>

윈드서핑

  • ~/.codeium/windsurf/mcp_config.json 파일에 MCP 서버를 추가합니다.

{
	"mcpServers": {
		"vercel": {
			"command": "npx",
			"args": ["vercel-mcp VERCEL_API_KEY=<YOUR_API_KEY>"]
		}
	}
}

Related MCP server: MCP Server

도구

이 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 - 하나 이상의 환경 변수를 생성합니다.

  • removeVercelProjectEnv - 환경 변수 제거

  • editVercelProjectEnv - 환경 변수 편집

Install Server
A
license - permissive license
C
quality
Not graded
maintenance - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    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.
    13
    4
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    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.
    11
    3
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    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.
    1,774
    62
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    A serverless, multi-tenant implementation of MCP servers that runs on Vercel with fluid compute mode, allowing multiple users to connect to the same endpoint while maintaining session state through Redis.
    12

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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