poe-data-mcp - Path of Exile game data for Gemini CLI
io.github.charleslucas/poe-data-mcp
MCP server for Path of Exile game data: wiki, economy, and Craft of Exile lookups
client:Gemini CLI
transport:stdio
runtime:pypi
Install poe-data-mcp - Path of Exile game data in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"poe-data-mcp": {
"command": "uvx",
"args": [
"poe-data-mcp"
],
"env": {
"POE_DATA_MCP_CACHE_DIR": "<POE_DATA_MCP_CACHE_DIR>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs