Skip to main content
Glama
Red5d

Beszel MCP Server

by Red5d
pyproject.toml693 B
[project] name = "beszel-mcp" version = "0.2.0" description = "MCP server for Beszel system monitoring tool" authors = [{ name = "Your Name", email = "your.email@example.com" }] license = { text = "MIT" } readme = "README.md" requires-python = ">=3.10" dependencies = [ "fastmcp>=0.2.0", "httpx>=0.27.0", ] [project.optional-dependencies] dev = [ "pytest>=8.0.0", "pytest-asyncio>=0.23.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/beszel_mcp"] [tool.uv] dev-dependencies = [ "pytest>=8.0.0", "pytest-asyncio>=0.23.0", ] [project.scripts] beszel-mcp = "beszel_mcp.__main__:main"

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/Red5d/beszel-mcp'

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