Works With Agents MCP for Gemini CLI
io.github.vystartasv/wwa-mcp
14 MCP tools: facts, pitfalls, skills, handoff protocols, trust scores, identity verification.
client:Gemini CLI
transport:stdio
runtime:pypi
Install Works With Agents MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"wwa-mcp": {
"command": "uvx",
"args": [
"wwa-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs