Skip to main content
Glama

VibeCoding System

by Zenobia000
vibe.config.json1.31 kB
{ "version": "1.0.0", "projectName": "vibeCoding System", "description": "Conversation-driven development framework for rapid MVP/POC creation", "services": { "contextManager": { "enabled": true, "persistentStorage": ".vibecoding/context", "sessionTimeout": 86400, "maxHistorySize": 1000 }, "codeGenerator": { "enabled": true, "aiProvider": "anthropic", "model": "claude-4-sonnet", "temperature": 0.7 }, "dependencyTracker": { "enabled": true, "autoUpdate": true, "vulnerabilityScanning": true }, "testValidator": { "enabled": true, "coverage": { "threshold": 80, "enforceThreshold": false } }, "docGenerator": { "enabled": true, "autoGenerate": true, "formats": ["markdown", "html", "pdf"] }, "deploymentManager": { "enabled": true, "environments": ["development", "staging", "production"], "cicdProvider": "github-actions" } }, "workflow": { "phases": [ "discovery", "design", "implementation", "validation", "deployment" ], "autoProgressTracking": true }, "knowledgeBase": { "autoCapture": true, "categories": ["patterns", "solutions", "retrospectives"] } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zenobia000/vibeCoding-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server