Skip to main content
Glama

Govee MCP Server

by mathd
pyproject.toml756 B
[project] name = "govee-mcp-server" version = "0.1.0" description = "MCP server to control Govee LED devices" authors = [] dependencies = [ "mcp[cli]", "govee-api-laggat>=0.2.2", "python-dotenv" ] requires-python = ">=3.10" [project.scripts] govee-cli = "govee_mcp_server.cli:cli_main" [project.optional-dependencies] test = [ "pytest>=7.0", "pytest-asyncio>=0.21.0", "pytest-mock>=3.10.0" ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/govee_mcp_server"] [tool.hatch.metadata] allow-direct-references = true [tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["tests"] pythonpath = ["src"] asyncio_default_fixture_loop_scope = "function"

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/mathd/govee_mcp_server'

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