DevEnvInfoServer icon

DevEnvInfoServer

Provides detailed information about your development environment to enhance code editor assistance.

About

DevEnvInfoServer is a Cursor Model Context Protocol (MCP) server designed to provide comprehensive information about your development environment to the Cursor code editor. By leveraging this server, Cursor's intelligent agent gains a deeper understanding of your system's configuration, installed tools, and running processes, enabling more context-aware and helpful assistance. It exposes various system commands and Python libraries as tools within the MCP server, allowing Cursor's Agent to retrieve specific pieces of information about your system's environment, installed packages, and configurations.

Key Features

  • Provides detailed system information (OS, hardware, Python versions, package managers)
  • Exposes configuration and dotfiles (shell configs, Git, NPM, editor configurations)
  • Supports containerization and virtualization (WSL, Docker, Kubernetes, Vagrant)
  • Offers development environment details (compilers, interpreters, Jupyter kernels, containers)
  • Includes performance monitoring (CPU load, battery, temperature)

Use Cases

  • Debugging environment-specific issues with better context.
  • Automating environment setup and configuration within Cursor.
  • Generating environment reports for troubleshooting and documentation.