Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Development Tooling

FreeNot checked

Integrates with Docker, Git, and development tools to enable software project management, code analysis, and automated workflows across languages and frameworks

GitHubEmbed

About

Integrates with Docker, Git, and development tools to enable software project management, code analysis, and automated workflows across languages and frameworks.

README

A Model Context Protocol (MCP) server that enables Claude to manage software development projects, providing complete project context awareness and handling code execution through Docker environments.

Features

Core Infrastructure

  • Project context management
  • File system operations
  • Template-based project creation
  • Git integration

Requirements

  • Python 3.12 or higher
  • Docker
  • Git

Installation

# Using pip
pip install mcp-dev-server

# Development installation
git clone https://github.com/your-org/mcp-dev-server.git
cd mcp-dev-server
pip install -e .

Configuration

Claude Desktop Configuration

Add to your Claude Desktop configuration file:

On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "dev": {
      "command": "mcp-dev-server",
      "args": []
    }
  }
}

Usage

The server provides several MCP capabilities:

Resources

  • Project structure and files
  • Build status and artifacts
  • Test results
  • Docker container status

Tools

  • Project initialization
  • Build operations
  • Test execution
  • Docker commands

Prompts

  • Project analysis
  • Development suggestions
  • Error diagnosis

Development

Setting up development environment

# Create virtual environment
python -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate

# Install dependencies
pip install -e ".[dev]"

Running tests

pytest tests/

Contributing

Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

from github.com/dillip285/mcp-dev-server

Installing Development Tooling

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/dillip285/mcp-dev-server

FAQ

Is Development Tooling MCP free?

Yes, Development Tooling MCP is free — one-click install via Unyly at no cost.

Does Development Tooling need an API key?

No, Development Tooling runs without API keys or environment variables.

Is Development Tooling hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Development Tooling in Claude Desktop, Claude Code or Cursor?

Open Development Tooling on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Development Tooling with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs