Skip to main content
Glama

Code MCP Server

by block

pip_install

Install Python packages with pip directly from the VS Code environment using the Code MCP Server. Specify package names or a requirements.txt file for streamlined dependency management.

Instructions

Install Python packages using pip

Input Schema

NameRequiredDescriptionDefault
packagesNoPackage names
requirements_fileNoPath to requirements.txt
venvNoPath to virtual environment

Input Schema (JSON Schema)

{ "properties": { "packages": { "description": "Package names", "items": { "type": "string" }, "type": "array" }, "requirements_file": { "description": "Path to requirements.txt", "type": "string" }, "venv": { "description": "Path to virtual environment", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/block/vscode-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server