← Back to Plugins
MCP Server MCP

io.github.salatmaster/keenetic-mcp

github By github 👁 1 views ▲ 0 votes

Control a Keenetic router: devices, Wi-Fi, VPN routing, segments, safe verified writes.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...