keyphrases mcp for Gemini CLI
io.github.ivanrublev/keyphrases-mcp
An MCP server to extract keyphrases from a text with the BERT model
client:Gemini CLI
transport:stdio
runtime:pypi
Install keyphrases mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"keyphrases-mcp": {
"command": "uvx",
"args": [
"keyphrases-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs