Pallas Athena Tools for Gemini CLI
io.github.nous-ehr/athena-tools
athenahealth DataView, API, and workflow tools for Claude Code with learning loop
client:Gemini CLI
transport:stdio
runtime:npm
Install Pallas Athena Tools in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"athena-tools": {
"command": "npx",
"args": [
"-y",
"pallas-athena-tools"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs