vibes
Verified Safeby jonhill90
Overview
Vibes transforms Claude Desktop into a conversational development environment through distributed MCP servers, allowing users to describe what they want to build and have Claude implement it while teaching them.
Installation
cd mcp/mcp-vibes-server && docker-compose up -dEnvironment Variables
- LLM_PROVIDER
- LLM_API_KEY
- LLM_MODEL
- BRAVE_API_KEY
- GMAIL_CREDENTIALS_PATH
- API_KEY
- API_SECRET
- API_BASE_URL
- API_TIMEOUT
- AZURE_OPENAI_API_KEY
Security Notes
The system is designed with security in mind, utilizing Docker for isolation, explicit sandbox modes (e.g., 'workspace-write') for file system access, and controls over network access. It explicitly warns against hardcoding secrets and includes tests for path traversal and command injection. The 'MCP_DOCKER' gateway handles security isolation and secrets management. However, as an AI-driven development environment that grants shell access, inherent risks exist, requiring diligent user oversight and proper configuration of sandbox policies (e.g., 'trusted_workspace=true', explicit 'bypass_approvals').
Similar Servers
claude-code-mcp
Provides an MCP server to allow LLMs to directly invoke Claude Code CLI for complex coding, file system, and Git operations, bypassing interactive permission prompts.
tmux-mcp
Enables AI assistants to interact with, control, and observe tmux terminal sessions.
consult-llm-mcp
Facilitates Claude Code to consult powerful external AI models for complex code analysis, debugging, and review tasks.
mcpick
A CLI tool for dynamically managing Claude Code MCP server configurations, enabling users to toggle servers, add new ones, and manage backups to optimize context usage and performance.