devfluo
v0.4.0
Published
A Model Context Protocol server for development workflow assistance
Maintainers
Readme
Devfluo
A sophisticated Model Context Protocol (MCP) server that provides comprehensive development workflow management with a multi-level knowledge base system. This server enables AI assistants to manage project initiatives, track decisions, maintain code patterns, and provide structured development guidance through persistent knowledge storage.
Purpose
Devfluo is designed to maintain consistency and continuity across development sessions by providing:
- Multi-level Memory System: Persistent storage of project knowledge, decisions, patterns, and solutions
- Initiative Management: Structured approach to managing development projects with tasks, specifications, and progress tracking
- Knowledge Base: Centralized repository for architecture documentation, codebase understanding, and development patterns
- AI-Driven Prompts (commands): Specialized prompts for different phases of development workflow
- Structured Development: Enforces consistent practices through schemas and validation
Architecture
The server implements a comprehensive knowledge management system with several key components:
Knowledge Layers
- Base Knowledge: Core project architecture and codebase documentation
- Initiatives: Individual development projects with specifications, tasks, and progress tracking
- Decisions: Architecture and design decisions with rationale and context
- Patterns: Reusable code patterns and best practices
- Solutions: Problem-solution pairs for common development challenges
- Backlog: Prioritized list of future development items
Installation
Prerequisites
- Node.js ≥22.0.0
- npm or equivalent package manager
Installation
Global Installation (Recommended)
npm install -g devfluoUsing npx (No Installation Required)
npx devfluoLocal Development Setup
For contributing or local development:
git clone https://github.com/your-username/devfluo.git
cd devfluo
npm install
npm run build
npm run startUsage
For detailed usage instructions, MCP client integration, workflow examples, and configuration details, see the Workflow Guide.
Quick Start
Install the package globally:
npm install -g devfluoConfigure your MCP client (Claude Desktop, Continue, etc.) to use this server:
{ "mcpServers": { "devfluo": { "command": "devfluo", "env": { "PROJECT_ROOT": "/path/to/your/project/knowledge-base" } } } }Initialize your project using the
project_inittool in your MCP clientStart managing your development workflow with initiatives, tasks, and knowledge tracking
Development
Available Scripts
npm run build- Build TypeScript to JavaScriptnpm run dev- Build and run in development modenpm run inspector- Run with MCP inspector for debuggingnpm run typecheck- Run TypeScript type checkingnpm run lint- Check code style with Biome
Code Style
- Tab indentation, ESM modules, Zod validation, functional programming patterns
Contributing
Follow existing code patterns, add tests for new features, update documentation, and ensure TypeScript compliance. See development section for specific guidelines.
License
MIT License - see LICENSE file for details.
