macadress for Gemini CLI
io.github.samymassoud/macadress
MAC address and OUI vendor lookup over Model Context Protocol.
client:Gemini CLI
transport:streamable-http
Install macadress in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"macadress": {
"httpUrl": "https://mcp.macadress.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs