nocsyshelmrepo/wlan-cloud-ucentralgw-mcp-server
3.1
If you are the rightful owner of wlan-cloud-ucentralgw-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP server for OWGW
wlan-cloud-ucentralgw-mcp-server
- modify the file, config.yaml
- create enter virtual environment
python3.13 -m venv .venv
source .venv/bin/activate
3.1. install dependency
pip install -r requirement
3.2. direcly start mcp server
python3.13 server.py --config config.yaml
- Directly run
python3.13 server.py --config config.yaml
- Run by mcpo (openwebui)
mcpo --port 8000 -- python3.13 server.py --config config.yaml
- Using inspector
DEBUG=true ALLOWED_ORIGINS=http://192.168.40.131:6274 HOST=192.168.40.131 npx @modelcontextprotocol/inspector