Understand Anything - MCP for Gemini CLI
io.github.uamcp/ua-mcp
A powerful MCP server for codebase architecture analysis and automated governance.
client:Gemini CLI
transport:stdio
runtime:npm
Install Understand Anything - MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"ua-mcp": {
"command": "npx",
"args": [
"-y",
"ua-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs