system_information_mcp
If you are the rightful owner of system_information_mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.
DevEnvInfoServer is a Cursor Model Context Protocol (MCP) server that provides detailed information about your development environment to the Cursor code editor.
DevEnvInfoServer is a comprehensive MCP server designed to enhance the Cursor code editor by providing detailed insights into the development environment. It gathers and presents information about system configurations, installed tools, running processes, and more, enabling Cursor's intelligent agent to offer more context-aware assistance. The server communicates with Cursor using the MCP protocol over standard input and output streams, executing system commands and utilizing Python libraries to collect data. Each information category is exposed as a tool within the server, allowing Cursor to retrieve specific details as needed. The server can also generate a Markdown file with all collected information for easy review.
Features
- System Information: Provides OS version, hardware details, Python versions, package managers, and more.
- Development Environment Details: Lists installed compilers, interpreters, Jupyter kernels, and running containers.
- Python Specific Information: Details installed Python packages, site-packages locations, and active environments.
- Package Manager Details: Shows installed packages from Homebrew, npm, yarn, and other managers.
- Configuration and Dotfiles: Displays shell configuration files, Git, NPM, and editor configurations.