Workflows
Freeby MCP Community
A Model Context Protocol server that acts as an intelligent conversation state manager and development guide for LLMs, featuring comprehensive long-term memory
v6.11.1Added Apr 12, 2026
mcpmodel-context-protocoldevelopmentstate-managementllm
Workflows MCP Server
A Model Context Protocol server that acts as an intelligent conversation state manager and development guide for LLMs, featuring comprehensive long-term memory
Installation
Reviews
Installation
Quick install
npx -y @codemcp/workflows
Add to claude_desktop_config.json
{
"mcpServers": {
"workflows": {
"command": "npx",
"args": ["-y", "@codemcp/workflows"]
}
}
}