Development Tooling

by dillip285

1 stars
145 downloads
Not rated
GitHub

About

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

Details

Author
dillip285
Repository
dillip285/mcp-dev-server
GitHub stars
1
Downloads
145
Categories
Developer Tools, Productivity, Design, File Management, AI, Infrastructure, API, Other

- Project context management
- File system operations
- Template-based project creation
- Git integration
- Docker environment support
- Build and test execution

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Development Tooling
    Command (node, npx, python, etc.) mcp-dev-server

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

The server provides several MCP capabilities:

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


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

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

bash

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

pip install -e ".[dev]"


bash
pytest tests/
```

Project initialization

Initialize a new project within the MCP server.

Build operations

Perform build operations on the project.

Test execution

Execute tests for the project.

Docker commands

Run Docker commands to manage containers associated with the project.

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

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "development tooling": {
            "cwd": null,
            "env": {},
            "args": [],
            "shell": false,
            "command": "mcp-dev-server"
        }
    }
}

Linux

{
    "cwd": null,
    "env": [],
    "args": [],
    "shell": false,
    "command": "mcp-dev-server"
}

Macos

{
    "cwd": null,
    "env": [],
    "args": [],
    "shell": false,
    "command": "mcp-dev-server"
}

Windows

{
    "cwd": null,
    "env": [],
    "args": [],
    "shell": false,
    "command": "mcp-dev-server"
}

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.

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

# 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 .

Add to your Claude Desktop configuration file:

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

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

The server provides several MCP capabilities:

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

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

- Project analysis
- Development suggestions
- Error diagnosis

# Create virtual environment python -m venv .venv source .venv/bin/activate # On Windows: .venv\Scripts\activate # Install dependencies pip install -e ".[dev]"

Please readCONTRIBUTING.mdfor details on our code of conduct and the process for submitting pull requests.

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

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Create crafted UI components inspired by the best 21st.dev design engineers.

Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server

An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .

MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent

ALAPI MCP Tools,Call hundreds of API interfaces via MCP

AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform

MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.

APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.

One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.

Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.