venv-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| UV_PATH | No | Path to uv executable. Default is the 'uv' command in your PATH. | uv |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| initC | Initialize virtual environment. Returns True if successful. |
| syncC | Sync pyproject.toml with virtual environment. Returns True if successful. |
| add_packageC | Add package to pyproject.toml and update the virtual environment. Returns True if successful. Args: package_name: Name of the package to install. dev: If True, add the package to the development dependency group. |
| add_packagesA | Add many packages to pyproject.toml at once and update the virtual environment. Args: package_names: List of names of the packages to install. dev: If True, add the package to the development dependency group. |
| remove_packageB | Remove package from pyproject.toml file and update the virtual environment. Returns True if successful. Args: package_name: Name of the package to remove. dev: If True, remove the package from the development dependency group |
| run_in_venvC | Run a command in virtual environment. Returns True if successful. Args: command: Command to run. args: Arguments to pass to the command. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/sparfenyuk/venv-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server