Skip to main content
Glama
petridisa

pyenv-manager-mcp

by petridisa

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_versionsA

List all Python versions installed locally via pyenv.

get_current_versionA

Get the currently active Python version (pyenv version).

list_available_downloadsA

List all Python versions available for installation via pyenv.

Args:
    filter: Optional string to filter versions (e.g., '3.12' to show only 3.12.x versions).
install_versionB

Install a specific Python version using pyenv.

Args:
    version: The exact version string to install (e.g., '3.12.2').
set_global_versionA

Set the global Python version for pyenv.

Args:
    version: The version string to set globally (e.g., '3.12.2').
set_local_versionA

Set the local directory Python version (.python-version).

Args:
    version: The version string to set locally (e.g., '3.12.2').

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/petridisa/pyenv-manager-mcp'

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