Skip to main content
Glama

MCP Proxmox Server

by bsahane
pyproject.toml670 B
[build-system] requires = ["setuptools>=68", "wheel"] build-backend = "setuptools.build_meta" [project] name = "mcp-proxmox" version = "0.1.0" description = "Advanced Proxmox MCP Server (Model Context Protocol)" readme = "README.md" authors = [{ name = "bsahane" }] requires-python = ">=3.10" keywords = ["mcp", "proxmox", "model-context-protocol"] classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] [project.scripts] proxmox-mcp = "proxmox_mcp.server:main" [tool.setuptools.package-dir] "" = "src" [tool.setuptools.packages.find] where = ["src"] include = ["proxmox_mcp*"]

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

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