drio
Open app

Enhanced Development Environment with MCP Servers

Source

Enhanced development environment with MCP servers, UV package manager, and Open Interpreter

Catalog onlyCatalog onlySTDIO

Overview

The Enhanced Development Environment is a comprehensive setup designed for developers, featuring the UV package manager, Open Interpreter, and Model Context Protocol servers to streamline the Python development process.

To use this environment, developers can deploy it via Docker or Vagrant. The system provides a structured directory with configuration files and tools for various development tasks.

  • Fast Python package management with the UV package manager - An array of modern CLI tools including exa, bat, and ripgrep - Development tools such as Git, Vim, and Tmux - Customizable configurations for individual developer needs - Docker and Vagrant support for easy container and VM management
  1. Managing Python projects with ease using UV and virtual environments
  2. Utilizing modern CLI tools to enhance productivity
  3. Collaborating in teams through the standardized development environment

Add to your AI client

Use these steps to connect Enhanced Development Environment with MCP Servers in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "enhanced-dev-env-danmarauda": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-enhanced-dev-env-danmarauda"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "enhanced-dev-env-danmarauda": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-enhanced-dev-env-danmarauda"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "enhanced-dev-env-danmarauda": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-enhanced-dev-env-danmarauda"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "enhanced-dev-env-danmarauda": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-enhanced-dev-env-danmarauda"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "enhanced-dev-env-danmarauda": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-enhanced-dev-env-danmarauda"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "enhanced-dev-env-danmarauda": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-enhanced-dev-env-danmarauda"
      ]
    }
  }
}

FAQ

How do I install packages with the UV package manager?

Use the command 'python-install [package_name]' to add new packages.

Can I customize my environment settings?

Yes! You can edit ' ~/.zshrc.local' and ' ~/.config/uv/uvconfig.toml' for local configurations.

What if I run into issues while using the environment?

Check the troubleshooting section that provides commands like 'uv-clean' and 'uv-doctor' for problem resolution.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":531,"uuid":"d8cede6c-2fed-450e-96f8-c6e7ef8639a3","name":"enhanced-dev-env","title":"Enhanced Development Environment with MCP Servers","description":"Enhanced development environment with MCP servers, UV package manager, and Open Interpreter","avatar_url":"https://avatars.githubusercontent.com/u/143896437?v=4","created_at":"2024-12-30T02:54:21.004Z","updated_at":"2025-01-05T02:55:00.355Z","status":"created","author_name":"danmarauda","author_avatar_url":"https://avatars.githubusercontent.com/u/143896437?v=4","tags":"enhanced-dev-env,development-tools,MCP-servers","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/danmarauda/enhanced-dev-env","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]