π MCP Local Dev
Let AI handle your local development environments while you focus on building amazing things!
β¨ Whatβs This?
A local development environment manager that lets LLMs configure and manage dev environments for you. Built for AI assistants to handle environment setup, dependency management, and testing automatically.
π Quick Start
- Install Claude Desktop from the MCP quickstart guideβ
- Add the following to your Claude Desktop config:
{
"servers": {
"local_dev": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/txbm/mcp-local-dev@main",
"mcp-local-dev"
]
}
}
}
-
Point Claude at any GitHub repository and ask it to set up a dev environment!
-
Have it run the tests and report coverage!
-
Have a discussion, poke around or clean it up if youβre done!
π― Core Features
Test Runners
- π§ͺ pytest with coverage reporting
- β‘οΈ Vitest with V8 coverage
- π Jest with detailed coverage metrics
- π¬ unittest with coverage support
Runtime Support
- π Python with UV package management
- π¦ Node.js with NPM
- β‘οΈ Bun runtime and package manager
Environment Management
- ποΈ Automatic runtime detection
- π¦ Smart package manager selection
- π Sandboxed environments
- π§Ή Automatic cleanup
- π GitHub repository support
- π Local project support
Developer Experience
- π― Zero configuration needed
- π Structured JSON logging
- π Detailed test coverage metrics
- π‘οΈ Isolated environments per project
π« Under the Hood
- MCP Server Spec: Full compliance with comprehensive test coverage
- Path Isolation: Each environment is neatly contained
- System Integration: Uses your installed runtimes (Python, Node.js, Bun)
- Package Management: Automatically selects fastest available package manager for each runtime
- Network Access: Full connectivity for package management
- Process Handling: Native system processes for maximum speed
π Behind the Scenes
Development involved rigorous testing across multiple models:
- π Claude 3.5 Sonnet: Crushed it
- πͺ DeepSeek V3: Strong performer
- π O1: Not great, Bob
π Key Takeaways
This project demonstrates the incredible potential of AI-assisted development:
- πββοΈ Lightning fast prototyping
- π― That last 15% is still where the real work happens
- π Great example of real-world AI development patterns
π A Note on AI & Development
As someone whoβs spent years in software development, whatβs exciting about this project isnβt just automation - itβs the shift in how we interact with development environments. The value isnβt in replacing human developers, but in reducing cognitive overhead. When AI handles environment setup and maintenance, developers can focus more on architecture and design decisions.
This project demonstrates that AI isnβt just about generating code - itβs about managing complexity. By handling the mechanical aspects of development environment setup, we free up mental bandwidth for the creative and architectural challenges that truly need human insight.
π Big Thanks To
- UVβ - Speed demon Python package installer
- Aiderβ - Your AI pair programming buddy
- Anthropicβ - For Claudeβs assistance in development
- Helix Editorβ - Modal editing at its finest
π License
MIT