symbols for Gemini CLI
io.github.p1va/symbols
MCP server to read, inspect and troubleshoot codebase symbols
client:Gemini CLI
transport:stdio
runtime:npm
Install symbols in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"symbols": {
"command": "npx",
"args": [
"-y",
"@p1va/symbols"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs