Foundry MCP for Gemini CLI
com.foundry-mcp/foundry
Connect any AI to your Foundry VTT world: actors, combat, dice, journals, tokens, compendiums.
client:Gemini CLI
transport:streamable-http
Install Foundry MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"foundry": {
"httpUrl": "https://foundry-mcp.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs