← Discover MCPs and Agents
h
MCPAI & MLGitHub

how-to-vibecoding

Vibecoding 系列教程:从环境搭建到多智能体协作,涵盖 MCP、Skills、Agent 分工治理

Links

README

From the repo.

VibeCoding 教程 (How to VibeCoding)

Platform Theme Linux.do Popular Blog

VibeCoding 系列教程:从环境搭建到多智能体协作,覆盖 macOS / Windows 工具链配置、MCP、Skills、Agent 分工治理等核心实战内容。

| 感谢VBL-API中转的赞助,后续我会继续产出更多有意义的教学!https://api.vibelearning.top |


image image

📖 文章目录

篇章内容简介论坛链接
基础篇macOS / Windows 环境搭建,Claude / Gemini / Codex CLI 与 VS Code 配置,Skills & MCP 入门推荐Linux.do
进阶篇(一)MCP+Skills让coding-agent有自己的工具Linux.do
进阶篇(二)多智能体分工与长任务治理Linux.do
进阶篇(三)安全、评测与流水线Linux.do
精选 Skills 推荐10 个让 Coding Agent 如虎添翼的 Skills + 优质来源分享Linux.do

🤝 贡献指南

欢迎提交 Pull Request 补充 Skills 配置分享,或完善针对特定系统的报错经验。

📬 联系方式

| Email | pingtianhechuan@gmail.com | | Linux.do | 1EchA | | Blog | vibelearning.top |

Collected info

  • ★ 910 stars
  • ⎇ 73 forks
  • Source updated: 9/24/2026

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.