pceuropa/mcp-server-python-venv
If you are the rightful owner of mcp-server-python-venv 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@mcphub.com.
A comprehensive Python virtual environment inspector for Cursor IDE using the Model Context Protocol (MCP).
Tools
Functions exposed to the LLM to take actions
ping
Test server connectivity.
find_venv
Find virtual environment in the current project.
get_python_version
Get Python version from the virtual environment.
list_packages
List all installed packages in the virtual environment.
check_package
Check if a specific package is installed and matches version requirements.
compare_requirements
Compare installed packages with requirements files.
check_outdated
Check for outdated packages in the virtual environment.
suggest_venv_setup
Get suggestions for setting up a virtual environment.
get_venv_summary
Get a comprehensive summary of the virtual environment.
get_dependency_tree
Get dependency tree visualization for packages.
detect_environment_manager
Detect which Python environment manager is being used.
get_poetry_info
Get Poetry project information and dependencies.
get_pipenv_info
Get Pipenv project information and dependencies.
get_conda_info
Get Conda environment information and packages.
check_security
Check for security vulnerabilities in installed packages.
check_licenses
Check licenses of installed packages and identify potential issues.
search_package
Search for packages on PyPI.
export_environment
Export current environment to various formats.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client