spdx mcp for Gemini CLI
io.github.mrfentmen/spdx-mcp
Use this MCP server to SPDX open source license metadata and compatibility helpers. Tools...
client:Gemini CLI
transport:stdio
runtime:npm
Install spdx mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"spdx-mcp": {
"command": "npx",
"args": [
"-y",
"spdx-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs