Introspect Python environments via uv
MCP server for interacting with Python installations via uv, the fast Python package installer. Provides LLMs with direct access to inspect and manage Python environments.
{
"mcpServers": {
"uv": {
"mcpServers": {
"uv-mcp": {
"args": [
"uv-mcp"
],
"command": "uvx"
}
}
}
}
}