freshcrate
Home > MCP Servers > responsible-vibe-mcp

responsible-vibe-mcp

An MCP server who knows a development process and helps vibing the structured way

Description

An MCP server who knows a development process and helps vibing the structured way

README

Agentic Workflows

fka. "Responsible Vibe MCP"

Tests Release npm version

Transform any AI coding agent into a structured development partner with battle-tested engineering workflows.

⚑ Quick Start

# Setup your coding agent (config mode is the default)
npx @codemcp/workflows setup kiro  # or claude, gemini, opencode, copilot

# Or use skills (agentskills.io format) for on-demand loading
npx @codemcp/workflows setup claude --mode skill  # or gemini, opencode, copilot, kiro

Head over to a new empty dir and ask your agent: "Build a UNO-like card game" – and instantly experience how your agent doesn't just shoot, but starts engineering – with YOU in the driver seat!

🎬 See It In Action

What You Get

βœ… Multiple battle-tested workflows (classical V-model "waterfall", Anthropic's EPCC, Test-Driven-Development, Reproduction-based bugfix, and many more)

βœ… Context-aware process guidance: Your agent will take notes and plan tasks which survive context compression and even sessions.

βœ… Project memory across conversations and branches

βœ… Automatic documentation and decision tracking

βœ… Multi-agent collaboration with specialized roles (business-analyst, architect, developer)

Universal MCP Support

Works in any agent that supports the Model-Context-Protocol. Whenever a new IDE or Terminal UI rises: You don't need to change the way you work.

How It's Different

There are zillions of "game changer next gen IDEs" out there, each claiming they will revolutionalize how software is going to be created.

In the end, they all just manipulate context of a transformer based LLM – it's all just noodle soup. And they are fast at changing what's going to be part of the context, and it's even getting accelerated by parallel agents.

The problem: The faster agents become, the harder it is to engineer. I strongly believe that software engineering is a creative process which majorly happens inside the engineers brain.

Responsible-Vibe-MCP helps to fill the conversation context with contents from YOUR brain – instead of relying the agent will have understood what you should have thought about.

And since may developers tend to through structured processing off the cliff once they think they start coding, the workflows server will maintain proactive process guidance - your AI knows what to do next in each development phase, follow proven engineering methodologies, and maintain long-term project context.

How It Works

Check the πŸ“– Complete Documentation β†’

There is also a recorded session on "how to tame your stubborn software agent" as part of the video podcast Software-Architektur.tv (German, auto-translated subtitles are okay-ish) which gives a more detailed insight into the basic ideas and how it's supposed to work.

⚠️ Experimental: Multi-Agent Collaboration (Crowd Workflows)

Enable teams of specialized AI agents to collaborate on development tasks with crowd-mcp:

  • πŸ‘₯ Team-based development: Business-analyst, architect, and developer agents work together
  • πŸ”„ Structured handoffs: Clear responsibility transfers between agents
  • πŸ’¬ Built-in collaboration: Agents consult each other via messaging
  • πŸ“‹ Specialized workflows: sdd-feature-crowd, sdd-bugfix-crowd, sdd-greenfield-crowd

Quick Start:

# Copy pre-configured agent definitions
npx @codemcp/workflows@latest agents copy

# List available agent configurations
npx @codemcp/workflows@latest agents list

See Crowd MCP Integration Guide β†’ for setup and usage.


Open Source | Issues

Release History

VersionChangesUrgencyDate
v6.13.0## [6.13.0](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.12.1...v6.13.0) (2026-04-21) ### Features * **opencode-plugin:** send phase instructions as post-compaction promptAsync text ([9b3875e](https://github.com/mrsimpson/responsible-vibe-mcp/commit/9b3875efe25e14b55b6b70fec171585514549fc7)) High4/21/2026
v6.12.1### [6.12.1](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.12.0...v6.12.1) (2026-04-21) ### Bug Fixes * **opencode-plugin:** resume phase context after session compaction ([be2a252](https://github.com/mrsimpson/responsible-vibe-mcp/commit/be2a252a5f42ebcbe2d82ccd6a16cf7df570553a)) High4/21/2026
v6.12.0## [6.12.0](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.11.1...v6.12.0) (2026-04-16) ### Features * **opencode-plugin:** make auto-compaction configurable via WORKFLOW_AUTO_COMPACT ([b88fbba](https://github.com/mrsimpson/responsible-vibe-mcp/commit/b88fbba5805e84a53a143d462908f6722d75a5b2)) ### Bug Fixes * **opencode-plugin:** address review comments on WORKFLOW_AUTO_COMPACT ([d3286d0](https://github.com/mrsimpson/responsible-vibe-mcp/commit/d3286d0ad5b8282fc3b30b58d06d4e0High4/16/2026
v6.11.1### [6.11.1](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.11.0...v6.11.1) (2026-04-03) ### Bug Fixes * **opencode-plugin:** instruct non-enabled agents to ignore workflow tools via synthetic message ([b41f642](https://github.com/mrsimpson/responsible-vibe-mcp/commit/b41f64288ab902015288908a227a53fdb9791b8e)) * **opencode-plugin:** trigger session compaction on phase transition ([0ad4aa0](https://github.com/mrsimpson/responsible-vibe-mcp/commit/0ad4aa02176221aeb7043f7b908ecd066Medium4/3/2026
v6.11.0## [6.11.0](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.10.0...v6.11.0) (2026-04-02) ### Features * add WORKFLOW_AGENTS environment variable for per-agent workflow filtering ([dd0fdf5](https://github.com/mrsimpson/responsible-vibe-mcp/commit/dd0fdf5ec2284d09785d1ab52777be8cf9263a00)) Medium4/2/2026
v6.10.0## [6.10.0](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.9.0...v6.10.0) (2026-04-02) ### Features * add subagent validation to workflow state tools ([64a8953](https://github.com/mrsimpson/responsible-vibe-mcp/commit/64a895346894da2eaab38f9260829ad0b263ee64)) Medium4/2/2026
v6.9.0## [6.9.0](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.8.0...v6.9.0) (2026-04-02) ### Features * **tui-plugin:** show all workflow phases as a list with current phase highlighted ([4094da5](https://github.com/mrsimpson/responsible-vibe-mcp/commit/4094da5485367773e26f2874528c77eb62c0408d)) * sync beads tasks back into plan file ([#246](https://github.com/mrsimpson/responsible-vibe-mcp/issues/246)) ([7f69e39](https://github.com/mrsimpson/responsible-vibe-mcp/commit/7f69e391b27bMedium4/2/2026
v6.8.0## [6.8.0](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.7.0...v6.8.0) (2026-04-02) ### Features * **tui-plugin:** show all workflow phases as a list with current phase highlighted ([7db6a18](https://github.com/mrsimpson/responsible-vibe-mcp/commit/7db6a185080127e663ff8f607b4a232fba3d1ad3)) * add collapsible header and animated phase status icons to TUI sidebar ([ba78cf6](https://github.com/mrsimpson/responsible-vibe-mcp/commit/ba78cf6907d5c10fdaff53d6b33e04356caa24a7)) ### BMedium4/2/2026
v6.7.0## [6.7.0](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.6.4...v6.7.0) (2026-04-02) ### Features * disable plugin completely when WORKFLOWS=off ([6449f23](https://github.com/mrsimpson/responsible-vibe-mcp/commit/6449f23a813873711db7edf7a10525d5c4022039)) Medium4/2/2026
v6.6.4### [6.6.4](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.6.3...v6.6.4) (2026-04-01) ### Bug Fixes * mark plugin-injected chat.message parts as synthetic ([a8afe18](https://github.com/mrsimpson/responsible-vibe-mcp/commit/a8afe18efd3aa68b18ef193216a69f3d67f9bb24)) Medium4/1/2026
v6.6.3### [6.6.3](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.6.2...v6.6.3) (2026-04-01) ### Bug Fixes * implement permission enforcement for plugin tools ([f0b80e0](https://github.com/mrsimpson/responsible-vibe-mcp/commit/f0b80e06c6ed603adc1c86ef62910657b3307a63)) Medium4/1/2026
v6.6.2### [6.6.2](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.6.1...v6.6.2) (2026-04-01) ### Bug Fixes * defer ServerContext initialization to ensure proper session metadata ([cd0bc50](https://github.com/mrsimpson/responsible-vibe-mcp/commit/cd0bc50de2109230ab9afbbd335b6f8791e158f7)) Medium4/1/2026
v6.6.1### [6.6.1](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.6.0...v6.6.1) (2026-04-01) ### Bug Fixes * Link opencode session and opencode tui extension ([5b3a9e6](https://github.com/mrsimpson/responsible-vibe-mcp/commit/5b3a9e6f2dbeada91125669a7bfe51ad4a6edd6a)) Medium4/1/2026
v6.6.0## [6.6.0](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.5.1...v6.6.0) (2026-04-01) ### Features * add session metadata linking to establish foreign key relationship ([#249](https://github.com/mrsimpson/responsible-vibe-mcp/issues/249)) ([6fbb56e](https://github.com/mrsimpson/responsible-vibe-mcp/commit/6fbb56ec1004a264756b37a01ea4d6427323108b)) Medium4/1/2026
v6.5.1### [6.5.1](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.5.0...v6.5.1) (2026-04-01) ### Bug Fixes * **opencode-plugin:** bundle internal dependencies to fix npm publish ([c1ba259](https://github.com/mrsimpson/responsible-vibe-mcp/commit/c1ba2597b41e282e4d870dde476cf8dac4b04023)) Medium4/1/2026
v6.5.0## [6.5.0](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.4.0...v6.5.0) (2026-03-31) ### Features * **opencode-plugin:** add OpenCode integration plugin ([7de618b](https://github.com/mrsimpson/responsible-vibe-mcp/commit/7de618b1a321320176fba833f3ea952e58f6f9e0)) * **workflows:** add allowed_file_patterns to all coding workflow phases ([bd0f300](https://github.com/mrsimpson/responsible-vibe-mcp/commit/bd0f300ecf6354f1015bf0e70ce5c8b9b5d0d935)) * Add ability to disable OpenCode wMedium3/31/2026
v6.4.0## [6.4.0](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.3.1...v6.4.0) (2026-03-25) ### Features * optimize skill prominence in workflows ([e17fcfd](https://github.com/mrsimpson/responsible-vibe-mcp/commit/e17fcfd9b82c26c7fe9b139adc054f76ebe788b3)) ### Bug Fixes * include application design and architecture skills ([dd15309](https://github.com/mrsimpson/responsible-vibe-mcp/commit/dd15309b7a46d87f3bce8403c8ab2ff5bc165b5d)) * Use "Kiro" instead of "Amazon Q" in all places ([Medium3/25/2026
v6.3.1### [6.3.1](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.3.0...v6.3.1) (2026-03-25) ### Bug Fixes * move skills to own folders ([bc67bec](https://github.com/mrsimpson/responsible-vibe-mcp/commit/bc67bec905ed53e6cbd191e0edd92fa57be62c73)) Medium3/25/2026
v6.3.0## [6.3.0](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.2.1...v6.3.0) (2026-03-25) ### Features * add static skill templates with fallback instructions ([5e38ecd](https://github.com/mrsimpson/responsible-vibe-mcp/commit/5e38ecdda4ad74210823f38cdc57c5c0daa5f859)) ### Bug Fixes * default tool permissions ([8a8cceb](https://github.com/mrsimpson/responsible-vibe-mcp/commit/8a8ccebd36f46a4cc0707c6a8afd3d8bfd5e87d2)) Medium3/25/2026
v6.2.1### [6.2.1](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.2.0...v6.2.1) (2026-03-24) Medium3/24/2026
v6.2.0## [6.2.0](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.1.0...v6.2.0) (2026-03-19) ### Features * add skilled-version workflows ([6793587](https://github.com/mrsimpson/responsible-vibe-mcp/commit/6793587ffddb568381a061d0c879606b016866ac)) Low3/19/2026
v6.1.0## [6.1.0](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.0.4...v6.1.0) (2026-03-19) ### Features * add skilled-version workflows ([2703136](https://github.com/mrsimpson/responsible-vibe-mcp/commit/270313600e69d465502b3252649e2e221ddf15a2)) ### Bug Fixes * make proceed_to_phase accept capitalized phase names ([b2b1723](https://github.com/mrsimpson/responsible-vibe-mcp/commit/b2b17234bdc7971f83bbbacd7999ed2d9a094a9a)) Low3/19/2026
v6.0.4### [6.0.4](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.0.3...v6.0.4) (2026-03-13) ### Bug Fixes * correct mcp.json format and Claude Code agent config generation ([b924bb4](https://github.com/mrsimpson/responsible-vibe-mcp/commit/b924bb41efb40e385cb9da285ceea46719cc7ae1)), closes [#235](https://github.com/mrsimpson/responsible-vibe-mcp/issues/235) * parsing of flags with = signs ([0cd0631](https://github.com/mrsimpson/responsible-vibe-mcp/commit/0cd06316fa75e2fdc8624ad4a066eLow3/13/2026
v6.0.3### [6.0.3](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.0.2...v6.0.3) (2026-03-12) ### Bug Fixes * call startMcpServer explicitly from CLI to fix npx bundling issue ([#237](https://github.com/mrsimpson/responsible-vibe-mcp/issues/237)) ([8c98a4e](https://github.com/mrsimpson/responsible-vibe-mcp/commit/8c98a4e456af0030748654aaf994516e5e3237b1)) Low3/12/2026
v6.0.2### [6.0.2](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.0.1...v6.0.2) (2026-03-12) ### Bug Fixes * include packages/*/resources in published package ([720a6be](https://github.com/mrsimpson/responsible-vibe-mcp/commit/720a6bedd5abbba841ec647e1cd5a4127d4114c7)) Low3/12/2026
v6.0.1### [6.0.1](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v6.0.0...v6.0.1) (2026-03-12) ### Bug Fixes * publish only public packages in release workflow ([#230](https://github.com/mrsimpson/responsible-vibe-mcp/issues/230)) ([1af8319](https://github.com/mrsimpson/responsible-vibe-mcp/commit/1af831996fc9066b5d473c75e959a50917b4b45e)) ### Documentation * rename in readme ([#232](https://github.com/mrsimpson/responsible-vibe-mcp/issues/232)) ([6775337](https://github.com/mrsimpsonLow3/12/2026
v6.0.0## [6.0.0](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v5.3.0...v6.0.0) (2026-03-12) ### ⚠ BREAKING CHANGES * Package renamed from responsible-vibe-mcp to @codemcp/workflows - Rename package to @codemcp/workflows (CLI) and @codemcp/workflows-server (MCP) - Binary names: ade-workflows and ade-workflows-server - Use tsup bundler for self-contained packages - Mark internal packages as private - Update pnpm to 10.32.1 ### Code Refactoring * rename to @codemcp/workflows with ade-wLow3/12/2026
v5.3.0## [5.3.0](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v5.2.4...v5.3.0) (2026-03-06) ### Features * more concise what's next instructions ([#228](https://github.com/mrsimpson/responsible-vibe-mcp/issues/228)) ([92a7c16](https://github.com/mrsimpson/responsible-vibe-mcp/commit/92a7c1689292d29e246306cabc1de21d3325900a)) Low3/6/2026
v5.2.4### [5.2.4](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v5.2.3...v5.2.4) (2026-03-03) ### Bug Fixes * dev mode of docs ([30cb6c1](https://github.com/mrsimpson/responsible-vibe-mcp/commit/30cb6c11a5a52e7945e57da2c4bda763b1fadbb1)) ### Documentation * explain packaged workflows ([7b82e09](https://github.com/mrsimpson/responsible-vibe-mcp/commit/7b82e09d91de0212ac509f1cc9dd6a934f77577b)) Low3/3/2026
v5.2.3### [5.2.3](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v5.2.2...v5.2.3) (2026-03-03) ### Bug Fixes * **epcc:** add missing fallbacks for optional documentation references ([d5b7aff](https://github.com/mrsimpson/responsible-vibe-mcp/commit/d5b7affd5d41da0668684361203e517ea046dfc6)) * add missing fallbacks for optional documentation references ([d919ddf](https://github.com/mrsimpson/responsible-vibe-mcp/commit/d919ddfb628ddb788765452388d91d7688b5952c)) ### Code Refactoring * *Low3/3/2026
v5.2.2### [5.2.2](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v5.2.1...v5.2.2) (2026-03-02) ### Bug Fixes * handle Windows paths correctly in conversation ID generation ([4392606](https://github.com/mrsimpson/responsible-vibe-mcp/commit/4392606251eedd27752a7be461168e335e2911ad)) ### Continuous Integration * add build-cli job to publish 'workflows' binary as release artifact ([#222](https://github.com/mrsimpson/responsible-vibe-mcp/issues/222)) ([da71fa5](https://github.com/mrsimpsoLow3/2/2026
5.2.1-cliRelease 5.2.1-cliLow2/28/2026
v5.2.0## [5.2.0](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v5.1.1...v5.2.0) (2026-02-22) ### Features * add skill file with MCP dependency for agentskills integration ([a10be94](https://github.com/mrsimpson/responsible-vibe-mcp/commit/a10be9434ef11ad868878f506e8d00c56db4e6f3)) Low2/22/2026
v5.1.1### [5.1.1](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v5.1.0...v5.1.1) (2026-02-22) ### Bug Fixes * generate into skill subdir ([da4549c](https://github.com/mrsimpson/responsible-vibe-mcp/commit/da4549cb2bdbec8148e53119d534ba7776c97103)) Low2/22/2026
v5.1.0## [5.1.0](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v5.0.1...v5.1.0) (2026-02-21) ### Features * generate skill statically and package it ([2f23d1b](https://github.com/mrsimpson/responsible-vibe-mcp/commit/2f23d1bd9527bf031a596cae6272af7f12cb0f05)) ### Bug Fixes * epcc shall create tasks from planning in code phase ([0f45c2d](https://github.com/mrsimpson/responsible-vibe-mcp/commit/0f45c2d485a03656b8968cf3c010f60884167181)) Low2/21/2026
v5.0.1### [5.0.1](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v5.0.0...v5.0.1) (2026-02-18) ### Bug Fixes * **cli:** add kiro-cli skill support and fix MCP config formats ([0d7fa63](https://github.com/mrsimpson/responsible-vibe-mcp/commit/0d7fa634ceab86e909a9aef9ef6d5f60e1bbbb70)) Low2/18/2026
v5.0.0## [5.0.0](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v4.12.8...v5.0.0) (2026-02-18) ### ⚠ BREAKING CHANGES * **cli:** Legacy CLI flags are deprecated. Use 'setup config' and 'setup skill' subcommands instead. ### Features * **cli:** add skill generation for AI agent platforms ([6088312](https://github.com/mrsimpson/responsible-vibe-mcp/commit/6088312e3547f68bcba8a9dbce21e39a32de07a3)) ### Bug Fixes * improve error messages to explicitly instruct agents to call start_develLow2/18/2026
v4.12.8### [4.12.8](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v4.12.7...v4.12.8) (2026-02-09) ### Bug Fixes * fix beads auto-detection and address resulting test timeouts ([#215](https://github.com/mrsimpson/responsible-vibe-mcp/issues/215)) ([c487906](https://github.com/mrsimpson/responsible-vibe-mcp/commit/c48790649175ce96cdeb288c5dc2930b8629e871)) Low2/9/2026
v4.12.7### [4.12.7](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v4.12.6...v4.12.7) (2026-02-04) Low2/4/2026
v4.12.6### [4.12.6](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v4.12.5...v4.12.6) (2026-02-04) Low2/4/2026
v4.12.5### [4.12.5](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v4.12.4...v4.12.5) (2026-02-04) Low2/4/2026
v4.12.4### [4.12.4](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v4.12.3...v4.12.4) (2026-02-04) Low2/4/2026
v4.12.3### [4.12.3](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v4.12.2...v4.12.3) (2026-02-03) Low2/3/2026
v4.12.2### [4.12.2](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v4.12.1...v4.12.2) (2026-02-03) ### Bug Fixes * resolve Renovate artifact update failures ([53ef0b4](https://github.com/mrsimpson/responsible-vibe-mcp/commit/53ef0b47b62aec055767f33ce51778b9d0fb1ba8)) Low2/3/2026
v4.12.1### [4.12.1](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v4.12.0...v4.12.1) (2026-02-03) Low2/3/2026
v4.12.0## [4.12.0](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v4.11.0...v4.12.0) (2026-02-03) ### Features * auto-detect beads backend when TASK_BACKEND is not set ([#193](https://github.com/mrsimpson/responsible-vibe-mcp/issues/193)) ([ec20246](https://github.com/mrsimpson/responsible-vibe-mcp/commit/ec2024647cd47e2f5fa653b6f19fd6afefd4e0df)) Low2/3/2026
v4.11.0## [4.11.0](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v4.10.12...v4.11.0) (2026-02-03) ### Features * refactor commit behavior from parameter to plugin system ([#205](https://github.com/mrsimpson/responsible-vibe-mcp/issues/205)) ([bfcbb44](https://github.com/mrsimpson/responsible-vibe-mcp/commit/bfcbb44c760d29cea0ae2f6f1569971ebd6385b0)) Low2/3/2026
v4.10.12### [4.10.12](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v4.10.11...v4.10.12) (2026-02-03) ### Documentation * fix mermaid and clarify experimental crowd support ([75cf6bd](https://github.com/mrsimpson/responsible-vibe-mcp/commit/75cf6bdaee5cb5dbeccb8a95a2289d20e7ebe016)) Low2/3/2026
v4.10.11### [4.10.11](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v4.10.10...v4.10.11) (2026-01-31) ### Bug Fixes * skip npm release for non-product changes ([4d26259](https://github.com/mrsimpson/responsible-vibe-mcp/commit/4d26259f025464e568fcf22188987be6776fad36)) Low1/31/2026
v4.10.10### [4.10.10](https://github.com/mrsimpson/responsible-vibe-mcp/compare/v4.10.9...v4.10.10) (2026-01-30) ### Bug Fixes * update image path in README for demo placeholder ([2a70087](https://github.com/mrsimpson/responsible-vibe-mcp/commit/2a70087aff4128e1e1b15fdfb80c3768a713735d)) Low1/30/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

stigixStigix is a lab platform to validate SD‑WAN and SASE. ​ It unifies SaaS traffic generation, security tests, convergence probes, and voice/IoT/VyOS simulations in one web UIv1.2.2-patch.81
kibiRepo-local, per-git-branch, queryable knowledge base for LLM Agents.kibi-opencode@0.8.0
claw-pilotMulti-agent orchestration runtime with task board, flow engine, budget control, MCP integration and real-time dashboard. Self-hosted on Linux/macOS.v0.81.1
trace-mcpMCP server for Claude Code and Codex. One tool call replaces ~42 minutes of agent explorationv1.28.0
@baseplate-dev/plugin-aiAI agent integration plugin for Baseplate β€” generates AGENTS.md, CLAUDE.md, .mcp.json, and .agents/ configuration files0.6.8