Back to Home
mrsimpson icon

responsible-vibe-mcp

Verified Safe

by mrsimpson

Overview

Manages conversation state and guides LLM coding agents through structured software development workflows with long-term project memory and multi-agent collaboration.

Installation

Run Command
npx responsible-vibe-mcp

Environment Variables

  • PROJECT_PATH
  • VIBE_ROLE
  • VIBE_WORKFLOW_DOMAINS
  • TASK_BACKEND
  • LOG_LEVEL

Security Notes

The system extensively uses `child_process.execSync` to interact with Git and an external 'Beads' CLI tool. While arguments for these commands appear to be largely internally generated or derived from structured configuration (e.g., workflow names, task IDs), any direct or indirect injection of unsanitized user/LLM input into these commands could pose a security risk. The Express server is used with CORS, indicating network interaction, but no obvious hardcoded secrets or 'eval' usage were found. Proper input validation is critical given the LLM-driven nature.

Similar Servers

Lynkr

225

Lynkr is an AI orchestration layer that acts as an LLM gateway, routing language model requests to various providers (Ollama, Databricks, OpenAI, etc.). It provides an OpenAI-compatible API and enables AI-driven coding tasks via a rich set of tools and a multi-agent framework, with a strong focus on security, performance, and token efficiency. It allows AI agents to interact with a defined workspace (reading/writing files, executing shell commands, performing Git operations) and leverages long-term memory and agent learning to enhance task execution.

Coding Agents
9
$Medium

claude-prompts

128

This server provides a hot-reloadable prompt engine with chains, quality gates, and structured reasoning for AI assistants, enhancing control over Claude's behavior in prompt workflows.

Coding Agents
4
$Low

neurolink

100

NeuroLink is a comprehensive AI toolkit that unifies multiple AI providers, offers advanced orchestration, real-time services, and a Human-in-the-Loop safety system, allowing modular enhancement of AI models through an extensible MCP-compliant middleware and tool ecosystem.

AI & ML
9
$Medium

conductor-tasks

71

Conductor Tasks acts as an intelligent AI-powered assistant for developers, streamlining the entire development lifecycle from task generation and planning (parsing PRDs, expanding tasks, generating implementation steps) to execution and code modification (generating diffs). It provides visual task management, integrates with various IDEs, and leverages multiple LLM providers for optimal results and cost efficiency.

AI & ML
7
$High

Stats

Interest Score48
Security Score7
Cost ClassHigh
Avg Tokens1500
Stars58
Forks15
Last Update2026-01-19

Tags

mcpmodel-context-protocoldevelopmentstate-managementllmAI coding agentengineering workflowslong-term memorymulti-agent collaborationstructured development