Transforms Claude Desktop into a conversational development environment using distributed MCP servers.
Vibes transforms Claude Desktop into a conversational development environment through distributed MCP servers. Instead of learning command-line tools, you describe what you want to build and Claude implements it while teaching you.
Ask → Build → Understand → Improve → Create
Production Stack: Claude Desktop + MCP Servers + Docker Containers + Vector Database
Vibes runs as a distributed system of specialized MCP servers, each handling specific capabilities:
Server | Purpose | Status | Connection |
---|---|---|---|
mcp-vibes-server | Shell access, container management | ✅ Active | Docker exec |
mcp-openmemory-server | Persistent conversation memory | ✅ Active | HTTP (port 8765) |
mcp-basic-memory-server | Knowledge management system | ✅ Active | Docker exec |
mcp-github-server | Repository integration | ✅ Active | Docker exec |
mcp-azure-server | Cloud operations | ✅ Active | Docker exec |
mcp-terraform-server | Infrastructure as code | ✅ Active | Docker exec |
mcp-browserless-server | Browser automation, screenshots | 🔧 Available | Docker exec |
mcp-time-server | Time and timezone functionality | 🔧 Available | Docker exec |
mcp-vibesbox-server | Unified shell + VNC GUI (planned) | 🚧 Development | Docker exec |
git clone https://github.com/jonhill90/vibes.git
cd vibes
docker network create vibes-network
cd mcp/mcp-vibes-server
docker-compose up -d
cd ..
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"vibes": {
"command": "docker",
"args": ["exec", "-i", "mcp-vibes-server", "python3", "/workspace/server.py"]
}
}
}
After updating the configuration, restart Claude Desktop to load the MCP servers.
Phase 1: Observable Agent Execution (In Development)
Phase 2: Team Collaboration
Phase 3: Advanced Intelligence
Conversational development environment in production. Observable AI execution in development.
A customizable MCP service with flexible tool selection and configuration. Requires a 302AI API key.
Obtains latest dependency details for Clojure libraries.
Access real-time and historical token, wallet, and trading data from the Solana ecosystem via the Solana Tracker API.
🍎 MCP server for Xcode's xctrace, xcrun, xcodebuild.
Control your Android phone using ADB commands. Requires ADB tools and an Android device with USB debugging enabled.
A comprehensive proxy that combines multiple MCP servers into a single MCP. It provides discovery and management of tools, prompts, resources, and templates across servers, plus a playground for debugging when building MCP servers.
Integrates with the Neo N3 blockchain for wallet management, asset transfers, contract interactions, and blockchain queries.
Equip AI agents with evaluation and self-improvement capabilities with Root Signals.
Performs gene set enrichment analysis using the Enrichr API, supporting all available gene set libraries.
Integrates ComfyUI with MCP, allowing the use of custom workflows. Requires a running ComfyUI server.