Skip to main content
Glama
pyproject.toml953 B
[project] name = "proxmox-mcp" version = "0.1.0" description = "MCP server for read-only access to Proxmox homelab VMs" readme = "README.md" requires-python = ">=3.11" license = { text = "MIT" } authors = [{ name = "Homelab Admin" }] keywords = ["mcp", "proxmox", "homelab", "virtualization"] dependencies = [ "mcp>=1.0.0", "httpx>=0.27.0", "pydantic>=2.0.0", "pydantic-settings>=2.0.0", "uvicorn>=0.30.0", "starlette>=0.38.0", "sse-starlette>=2.0.0", ] [project.optional-dependencies] dev = [ "pytest>=8.0.0", "pytest-asyncio>=0.23.0", "ruff>=0.5.0", ] [project.scripts] proxmox-mcp = "proxmox_mcp.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/proxmox_mcp"] [tool.ruff] line-length = 100 target-version = "py311" [tool.ruff.lint] select = ["E", "F", "I", "N", "W"] [tool.pytest.ini_options] asyncio_mode = "auto"

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/teomarcdhio/proxmox-mcp'

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