Skip to main content
Glama
package.json1.2 kB
{ "name": "unifi-mcp-server", "version": "1.0.0", "description": "MCP Server for UniFi Network Management with OAuth 2.0 and Cloud API support", "type": "module", "main": "src/index.js", "bin": { "unifi-mcp": "src/index.js" }, "scripts": { "start": "node src/index.js", "start:http": "node src/http-server.js", "dev": "node --watch src/index.js", "dev:http": "node --watch src/http-server.js", "inspect": "npx -y @modelcontextprotocol/inspector node src/index.js", "docker:build": "docker build -t unifi-mcp-server .", "docker:run": "docker-compose up -d", "docker:stop": "docker-compose down", "docker:logs": "docker-compose logs -f" }, "keywords": [ "unifi", "ubiquiti", "mcp", "network", "oauth", "claude", "chatgpt", "protect", "access" ], "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "axios": "^1.6.2", "dotenv": "^16.3.1", "express": "^5.1.0", "redis": "^4.6.12", "zod": "^3.22.4" }, "repository": { "type": "git", "url": "https://github.com/yourusername/unifi-mcp-server" }, "license": "MIT" }

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/vandreus/Unifi-MCP'

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