Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@codemcp/workflows

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemcp/workflows

A Model Context Protocol server that acts as an intelligent conversation state manager and development guide for LLMs, featuring comprehensive long-term memory with persistent project artifacts

Source
npmnpm
Version
6.17.1
Version published
Weekly downloads
112
-84.97%
Maintainers
1
Weekly downloads
 
Created
Source

Agentic Workflows

fka. "Responsible Vibe MCP"

Vibe coding is dead. Agentic Engineering is on the rise. Workflows have been here forever.

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

Keywords

mcp

FAQs

Package last updated on 05 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts