Skip to main content
Glama
package.json935 B
{ "name": "mcp-lifx", "version": "1.0.0", "description": "MCP server for LIFX API", "main": "build/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "tsc && node build/index.js", "test": "node test-server.js", "clean": "rm -rf build", "rebuild": "npm run clean && npm run build" }, "files": ["build"], "repository": { "type": "git", "url": "git+https://github.com/lenvolk/mcp-lifx.git" }, "keywords": ["mcp", "lifx", "smart-lights", "model-context-protocol", "api", "home-automation"], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/lenvolk/mcp-lifx/issues" }, "homepage": "https://github.com/lenvolk/mcp-lifx#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "zod": "^3.25.55" }, "devDependencies": { "@types/node": "^22.15.30", "typescript": "^5.8.3" } }

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/lenvolk/mcp-lifx'

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