DevEnvInfoServer - Cursor MCP Server for Development Environment Information

Author:@carterlasalle
View on GitHub

Overview

What is DevEnvInfoServer?

DevEnvInfoServer is an MCP server for the Cursor editor. It gathers details about your development environment, helping Cursor provide better, context-aware coding assistance.

How to use it?

To get started, clone its repository and set up a Python virtual environment. After installing the dependencies, configure Cursor's settings to connect to this MCP server.

Key features

The server provides comprehensive system and hardware details. It lists installed development tools, programming languages, and package managers. It gathers Python-specific data, including packages and environments. It also offers insights into containerization and supports seamless integration with Cursor.

Use cases

Common uses include gathering system info for debugging, helping developers manage their setup, and enabling context-aware suggestions within the Cursor editor.

FAQ

What information does it provide? It provides system info, dev environment details, Python specifics, and package manager data.

How do I install it? Clone the repo, create and activate a virtual environment, and run pip install -r requirements.txt.

Can I use it with other editors? It is specifically designed for integration with the Cursor code editor.