Back to Home
mrsimpson icon

responsible-vibe-mcp

Verified Safe

by mrsimpson

Overview

Transforms any AI coding agent into a structured development partner by guiding it through battle-tested engineering workflows with persistent context and documentation.

Installation

Run Command
npx responsible-vibe-mcp

Environment Variables

  • PROJECT_PATH
  • VIBE_ROLE
  • VIBE_WORKFLOW_DOMAINS
  • LOG_LEVEL

Security Notes

The server extensively interacts with the local filesystem (reading/writing `.vibe` directory for conversation state, plan files, docs) and executes Git commands via `child_process.execSync`. This is necessary for its core functionality of managing project context and history. While `execSync` carries inherent risks if not used carefully (e.g., with unsanitized user input), the reviewed code snippets use it for controlled internal Git operations. Network communication is handled via the Model Context Protocol SDK, supporting stdio and potentially HTTP/WS, which is expected for an MCP server. The `cli` component also uses `child_process.spawn` for `npm` commands, which is also within the expected operational scope. No obvious patterns of `eval`, code obfuscation, or hardcoded secrets were identified. The primary security risk would arise from the broader agent ecosystem feeding arbitrary, unsanitized input to the server if not properly isolated, rather than from inherent maliciousness or major vulnerabilities in this server's code itself. It is intended to run within a trusted developer environment.

Similar Servers

Stats

Interest Score48
Security Score8
Cost ClassHigh
Avg Tokens2000
Stars50
Forks12
Last Update2025-12-06

Tags

mcpmodel-context-protocolai-coding-agentengineering-workflowsdevelopment-guidancelong-term-memorymulti-agent-collaborationstate-management