Wise Mise MCP
AI-powered MCP server that analyzes project structures to create optimized task architectures for mise, enabling intelligent task management, dependency mapping, and automated task suggestions.
README
🎯 Wise Mise MCP
The intelligent MCP server that transforms mise task management with AI-powered analysis and domain expertise
Stop wrestling with mise configuration. Wise Mise MCP brings enterprise-grade intelligence to your mise workflow, automatically analyzing your project structure and creating perfectly organized, maintainable task architectures that scale with your development needs.
Why Wise Mise MCP?
🧠 Intelligent Task Analysis
- Automatically analyzes your project structure to extract meaningful tasks
- Understands 10+ technology domains (build, test, lint, deploy, CI/CD, etc.)
- Suggests optimal task organization and dependency patterns
🏗️ Architecture-Aware
- Follows mise best practices with hierarchical task organization
- Supports complex dependency graphs with source/output tracking
- Optimizes for incremental builds and performance
🔧 Developer Experience
- Integrates seamlessly with any MCP-compatible client
- Provides detailed explanations and recommendations
- Reduces cognitive load of task management
Quick Start
Using UVX (Recommended)
# Just run this to start Wise Mise MCP with UVX
uvx wise-mise-mcp
# Or install globally
uv tool install wise-mise-mcp
Traditional pip
pip install wise-mise-mcp
Add to Your MCP Client
Add to your MCP client configuration (e.g., Claude Desktop):
{
"mcpServers": {
"wise-mise-mcp": {
"command": "uvx",
"args": ["wise_mise_mcp"]
}
}
}
Deploy with Smithery (One-Click Deployment)
Deploy Wise Mise MCP instantly to Smithery's cloud infrastructure with one click. Smithery provides managed MCP server hosting with built-in monitoring, scaling, and zero-configuration deployment.
Quick Smithery Deployment:
- Click the "Deploy to Smithery" badge above
- Connect your GitHub account (if needed)
- Your MCP server will be automatically deployed and configured
- Use the provided endpoint in your MCP client configuration
Benefits of Smithery Deployment:
- ✅ Zero server management overhead
- ✅ Automatic scaling and load balancing
- ✅ Built-in monitoring and health checks
- ✅ Global CDN for low-latency access
- ✅ Automatic SSL/TLS encryption
- ✅ Integration with popular MCP clients
What Makes It "Wise"?
Wise Mise MCP goes beyond simple task creation. It brings intelligence to your mise configuration:
🔍 Project Analysis
# Analyzes your entire project structure
analyze_project_for_tasks("/path/to/project")
# Returns strategically organized tasks based on your tech stack
🕸️ Dependency Mapping
# Traces complex task relationships
trace_task_chain("/path/to/project", "build:prod")
# Visualizes the complete execution flow
⚡ Smart Task Creation
# Intelligently places tasks in the right domain
create_task(
project_path="/path/to/project",
task_description="Run TypeScript type checking",
# Automatically suggests: lint:types with proper dependencies
)
Core Features
🎯 Domain Experts
- Build: Frontend/Backend build systems, bundlers, compilers
- Test: Unit, integration, e2e testing strategies
- Lint: Code quality, formatting, static analysis
- Deploy: CI/CD, containerization, release management
- Database: Migrations, seeding, schema management
- Development: Local dev servers, hot reloading, debugging
📊 Intelligent Analysis
- Complexity Assessment: Automatically categorizes tasks as Simple, Moderate, or Complex
- Dependency Detection: Identifies natural task relationships
- Source/Output Tracking: Optimizes incremental builds
- Redundancy Elimination: Finds and removes duplicate tasks
🔧 MCP Tools
| Tool | Purpose |
|---|---|
analyze_project_for_tasks |
Extract strategic tasks from project structure |
trace_task_chain |
Map task dependencies and execution flow |
create_task |
Add new tasks with intelligent placement |
prune_tasks |
Remove outdated or redundant tasks |
validate_task_architecture |
Ensure configuration follows best practices |
get_task_recommendations |
Get suggestions for optimization |
Example Workflows
Analyzing a New Project
# Let Wise Mise MCP analyze your project
> analyze_project_for_tasks("./my-app")
✅ Detected: Next.js + TypeScript + Prisma
📋 Suggested Tasks:
├── build:dev (next dev)
├── build:prod (next build)
├── test:unit (jest)
├── test:e2e (playwright)
├── lint:code (eslint)
├── lint:types (tsc --noEmit)
├── db:migrate (prisma migrate)
└── deploy:vercel (vercel deploy)
Understanding Task Dependencies
# Trace the execution flow
> trace_task_chain("./my-app", "deploy:prod")
🕸️ Task Chain for deploy:prod:
1. lint:types (TypeScript check)
2. test:unit (Unit tests)
3. build:prod (Production build)
4. deploy:prod (Deploy to production)
💡 Recommendation: Add test:e2e before deploy:prod
Smart Task Creation
# Describe what you want, get intelligent suggestions
> create_task(
project_path="./my-app",
task_description="Generate API documentation from OpenAPI spec"
)
🧠 Analysis: Documentation generation task
📍 Suggested Placement: docs:api
🔗 Dependencies: build:prod (for spec generation)
📝 Suggested Implementation:
[tasks.docs.api]
run = "swagger-codegen generate -i ./openapi.json -l html2 -o ./docs/api"
sources = ["src/api/**/*.ts", "openapi.json"]
outputs = ["docs/api/**/*"]
Architecture Philosophy
Wise Mise MCP follows a Domain-Driven Design approach to task organization:
🏛️ Hierarchical Structure
- Level 1: Domain (build, test, lint, etc.)
- Level 2: Environment/Type (dev, prod, unit, e2e)
- Level 3: Specific Implementation (server, client, api)
🔄 Dependency Patterns
- Sequential:
lint → test → build → deploy - Parallel:
test:unit+test:e2e→deploy - Conditional:
deploy:staging→test:smoke→deploy:prod
⚡ Performance Optimization
- Source Tracking: Only rebuild when sources change
- Output Caching: Reuse previous build artifacts
- Incremental Builds: Support for modern build tools
Technology Support
Wise Mise MCP includes expert knowledge for:
Frontend: React, Vue, Angular, Svelte, Next.js, Nuxt, Vite, Webpack Backend: Node.js, Python, Go, Rust, Java, .NET, PHP Databases: PostgreSQL, MySQL, MongoDB, Redis, Prisma, TypeORM Testing: Jest, Vitest, Cypress, Playwright, PyTest, Go Test CI/CD: GitHub Actions, GitLab CI, CircleCI, Jenkins Deployment: Docker, Kubernetes, Vercel, Netlify, AWS, GCP
Contributing
We welcome contributions! See our Contributing Guide for details.
Quick Start for Contributors
# Clone and setup with UV
git clone https://github.com/delorenj/wise-mise-mcp
cd wise-mise-mcp
uv sync
# Run tests
uv run pytest
# Format code
uv run black .
uv run ruff check --fix .
License
MIT License - see LICENSE for details.
Support
- Documentation: Full API Documentation
- Issues: GitHub Issues
- Discussions: GitHub Discussions
Built with ❤️ by Jarad DeLorenzo and the open source community
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。