MCP.so
登录
M

Mcp Vercel Github Integration

@mixuechu

关于 Mcp Vercel Github Integration

暂无概览

基本信息

分类

版本控制

传输方式

stdio

发布者

mixuechu

提交者

Xuechuan Mi

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "vercel-github": {
      "command": "npx",
      "args": [
        "mcp-vercel-github-integration"
      ],
      "env": {
        "VERCEL_API_KEY": "",
        "GITHUB_API_KEY": "",
        "GITHUB_NAMESPACE": ""
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mcp Vercel Github Integration?

Mcp Vercel Github Integration is an MCP (Model Control Protocol) server that automates creating GitHub repositories, pushing template code, and configuring Vercel deployments. It is designed for developers who want to quickly scaffold and deploy projects using Vercel and GitHub.

How to use Mcp Vercel Github Integration?

Install the package globally via npm (npm install -g mcp-vercel-github-integration), then configure it in your MCP configuration file (usually ~/.cursor/mcp.json) by providing VERCEL_API_KEY, GITHUB_API_KEY, and GITHUB_NAMESPACE environment variables. Run the tool from the command line with flags like --VERCEL_API_KEY, --repoName, and --templateSource to start a workflow that creates a GitHub repo, pushes a template, and sets up a Vercel project.

Key features of Mcp Vercel Github Integration

  • Automates GitHub repository creation
  • Pushes template code automatically
  • Configures Vercel project integration
  • Supports team and personal GitHub accounts
  • Allows custom template source URLs

Use cases of Mcp Vercel Github Integration

  • Quickly bootstrap a new Next.js project on Vercel from a template
  • Automate setting up deployment for a team’s GitHub organization
  • Create a standard project structure with Vercel integration in one command
  • Integrate into a CI/CD pipeline for one-click repo-and-deploy workflows

FAQ from Mcp Vercel Github Integration

What runtime or system requirements are needed?

Node.js and npm or yarn are required. You also need a Vercel account and a GitHub account.

How are API keys used?

The tool requires VERCEL_API_KEY and GITHUB_API_KEY environment variables to authenticate with Vercel and GitHub APIs. It does not store keys elsewhere.

Where does the tool run?

It runs as a local MCP server (using npx) on the user’s machine, typically configured in a Cursor or other MCP host configuration file.

Does it support custom templates?

Yes, you can specify a custom template source URL using the --templateSource flag. The default template is Vercel’s Next.js example.

What is the default repository name and template?

The default repository name is scene-order-table, and the default template source is https://github.com/vercel/vercel/tree/main/examples/nextjs.

评论

版本控制 分类下的更多 MCP 服务器