MCP Server
MCP
io.github.salatmaster/keenetic-mcp
Control a Keenetic router: devices, Wi-Fi, VPN routing, segments, safe verified writes.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "keenetic-mcp",
"version": "0.3.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Router address on the LAN, for example 192.168.1.1. Optional: `npx keenetic-mcp init` discovers it from the default gateway and stores it.",
"format": "string",
"name": "KEENETIC_HOST"
},
{
"description": "Router login. Optional, defaults to admin.",
"format": "string",
"name": "KEENETIC_USER"
},
{
"description": "Router password. Optional: the setup wizard stores it in the operating system keychain instead. Use this in a container, where there is no keychain.",
"format": "string",
"isSecret": true,
"name": "KEENETIC_PASSWORD"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment