Skip to main content
Glama
bgauger
by bgauger

UniFi Safe MCP

一个专注的、只读的 UniFi Network MCP 服务器,提供有界的健康、设备和活动客户端视图。提取自 spectrenet-mcp 提交 2e63f009d8f4642e17398685baef0251811d6637;此仓库是自包含的。

安全契约

  • 恰好三个只读工具:network_healthdevicesclients;没有配置、命令、采用、重启、阻止或其他变更工具。

  • 设备数据请求仅使用 HTTP GET(身份验证必然使用 POST /api/auth/login)。

  • 默认启用 TLS 证书和主机名验证。

  • 拒绝身份验证和设备数据重定向,而不是跟随。

  • 配置的站点编码为一个 URL 路径段,端点后缀采用封闭白名单。

  • HTTP 响应字节、返回列表长度、投影字段和审计字段均有界。

  • 不审计凭据和完整响应。

Related MCP server: UniFi MCP Server

兼容性

这针对 UniFi OS 控制台代理路径 /api/auth/login/proxy/network/api/s/{site}/...,在现代 UniFi OS 设备上观察到。较旧的自托管 UniFi Network Controller 通常使用 /api/login 和非代理的 /api/s/...;这些不受支持。Ubiquiti 在设备和 Network Application 版本之间更改私有/内部端点。没有经过认证的版本矩阵:在非生产环境中,针对您的确切控制台固件和 Network Application 版本测试此 alpha 版本,并在操作上固定升级。

安装和运行

uv sync --extra test
uv run unifi-safe-mcp --help
uv run unifi-safe-mcp

服务器使用 MCP stdio,不加载 .env。将 .env.example 仅视为虚假文档;通过监督者/密钥管理器注入专用的只读账户。

验证

uv sync --locked --extra test
uv run --locked pytest
uv run --locked python -m compileall -q src tests
uv build

参见 架构兼容性安全性。MIT © 2026 Ben Gauger.

Install Server
A
license - permissive license
D
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Enables AI assistants to manage and monitor UniFi Network Controllers through natural language. Provides 25 read-only tools for discovering devices and clients, viewing security configurations, analyzing network statistics, and exporting configuration data.
    41
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables comprehensive management of UniFi Network infrastructure through 24 tools for monitoring and controlling devices, clients, wireless networks, security, and guest access. Supports network administration tasks like device restarts, client blocking, WLAN configuration, and backup creation.
    36
    MIT

View all related MCP servers

Related MCP Connectors

  • XFA's remote MCP server — query device posture, compliance, policies & CVEs. Read-only.

  • Read-only MCP access to sessions, funnels, campaigns, errors, live visitors, and anomalies.

  • Read-only Remote MCP for externally grounded AI agent trust receipts.

View all MCP Connectors

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/bgauger/unifi-safe-mcp'

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