Skip to main content
Glama

openwisp-mcp

一个安全、仅 MCP 的 OpenWISP 服务器。

功能

  • 诊断工具集和完整 MCP 工具集

  • 安全默认设置:无静默模拟回退,无 Web UI

  • 可选显式模拟沙箱,用于本地测试

  • 通过 monorepo 包装器以仅 MCP 的安全服务方式运行:npm run variant:diagnosticnpm run variant:full

Related MCP server: network-mcp-server

安全性

  • 除非设置 OPENWISP_MOCK_SANDBOX=true,否则必须提供 OPENWISP_BASE_URL / OPENWISP_URL

  • 实时模式必须提供 OPENWISP_API_TOKEN / OPENWISP_TOKEN

  • 支持 OPENWISP_API_TOKEN_FILE / OPENWISP_TOKEN_FILE

  • 设置 OPENWISP_ALLOW_HTTP=true 以允许 HTTP URL

  • 机密信息在加载后从 process.env 中清除

Monorepo 布局

  • packages/diagnostic:专用只读变体包装器

  • packages/full:专用完整管理变体包装器

  • 根目录的 src/:供两个变体使用的共享安全 MCP 运行时

快速开始

npm install
npm run variant:diagnostic
npm run variant:full

环境变量

变量

用途

OPENWISP_BASE_URL

OpenWISP 控制器 URL

OPENWISP_URL

OPENWISP_BASE_URL 的别名

OPENWISP_API_TOKEN

实时模式的 Bearer 令牌

OPENWISP_TOKEN

OPENWISP_API_TOKEN 的别名

OPENWISP_API_TOKEN_FILE

令牌文件路径

OPENWISP_TOKEN_FILE

令牌文件路径的别名

OPENWISP_MOCK_SANDBOX

设置为 true 以明确使用模拟数据

OPENWISP_ALLOW_HTTP

设置为 true 以允许 HTTP 基础 URL

OPENWISP_MCP_MODE

STDIO 模式下设置为 diagnosticfull

工具覆盖范围

该服务器与文档化的 OpenWISP 控制器 API 系列中与安全 MCP 操作最相关的部分对齐:

  • 用户与认证

  • 设备与设备连接

  • 凭证与令牌

  • 模板与配置管理

  • 地理与位置

  • 证书与 VPN

  • 网络拓扑

  • RADIUS 与 WiFi

  • 组织与分组

说明

之前的 AI Studio Web UI 界面已被移除;运行时仅支持 MCP。

A
license - permissive license
Not graded
quality - not tested
B
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
    Not graded
    quality
    C
    maintenance
    MCP server for network operations that lets AI assistants interact with Cisco/Juniper network devices through safe, well-defined tools like compliance audits and configuration backups.
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    A comprehensive MCP server for network device management via SSH/Telnet. Supports multiple vendors such as Cisco IOS and BDCOM, enabling AI assistants to execute commands and manage routers, switches, and firewalls.
    4
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that enables AI agents to manage Defined Networking / Managed Nebula infrastructure, supporting tasks like network topology design, host provisioning, and security auditing through natural language.
    4
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

  • MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.

  • MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.

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/marten-lucas/openwisp-mcp'

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