MCP server and a unified TUI for managing dev servers + Playwright
Overview
What is DevServer MCP?
DevServer MCP is a Model Context Protocol (MCP) server designed to manage development servers for LLM-assisted workflows, providing programmatic control through a unified interface with a simple terminal user interface (TUI).
How to use DevServer MCP?
To use DevServer MCP, install it via the command uv add git+https://github.com/Uninen/devserver-mcp.git, create a devservers.yml configuration file, and start the TUI with the command devservers to manage your development servers.
Key features of DevServer MCP?
- 🚀 Process Management: Start, stop, and monitor multiple development servers.
- 📊 Rich TUI: Simple terminal interface with real-time log streaming.
Use cases of DevServer MCP?
- Managing multiple backend and frontend servers in a development environment.
- Monitoring server logs in real-time during development.
- Automating server management tasks through LLM interactions.
FAQ from DevServer MCP?
- Can I manage multiple types of servers with DevServer MCP?
Yes! You can configure and manage various types of servers including backend, frontend, and worker servers.
- Is DevServer MCP suitable for production use?
Currently, it is in ALPHA stage and primarily intended for development workflows.
- How do I contribute to DevServer MCP?
Contributions are welcome! Please follow the project's code of conduct when interacting with others.