MCP.so
登录

Vibe Coding Buddy

@kun-g

关于 Vibe Coding Buddy

Your Vibe Coding Buddy

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

kun-g

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

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

概览

What is Vibe Coding Buddy?

Vibe Coding Buddy is an AI-powered coding assistant that integrates with Cursor IDE via the Model Context Protocol (MCP). It offers a modern graphical interface and voice input, designed to help developers interact with AI efficiently during coding sessions.

How to use Vibe Coding Buddy?

Install Python 3.11+ and uv, then run make install to set up dependencies. Configure the MCP server in Cursor using make mcp-cursor and copy the provided configuration. Set your OpenAI API key via the settings (Ctrl+,), then use text or voice input to send messages (Ctrl+E).

Key features of Vibe Coding Buddy?

  • MCP protocol with stdio transport
  • Modern GUI built with PySide6
  • Voice input with real-time transcription
  • Automatic TODO extraction and management
  • Cursor IDE integration with custom user rule

Use cases of Vibe Coding Buddy?

  • Interact with AI directly inside Cursor IDE using MCP
  • Manage tasks extracted from AI responses
  • Use voice commands for hands-free coding queries
  • Quickly test and configure OpenAI API key

FAQ from Vibe Coding Buddy

What audio dependencies are required?

Portaudio is needed. Install it via your system package manager (e.g., brew install portaudio on macOS, apt install portaudio19-dev on Ubuntu), then rerun make install.

How do I fix OpenAI API errors?

Check the OPENAI_API_KEY environment variable. Verify the API key is valid, has sufficient balance, and that your network connection is working.

Why can't the GUI start?

Ensure PySide6 is installed (uv add PySide6), and on Linux verify you have an X11 or Wayland display environment. Check error logs for details.

How do I verify MCP server connection?

Run curl http://localhost:8000/health to confirm the server is running. If it fails, check that the port is not occupied, and inspect server logs.

What transport does Vibe Coding Buddy use?

The server supports MCP over stdio, as noted in the features. It also exposes an HTTP health endpoint at localhost:8000 for connection verification.

评论

其他 分类下的更多 MCP 服务器