Skip to content
Gemini CLI

PhysiCell Configuration Builder for Gemini CLI

io.github.marcorusc/physicell

MCP server for building, inspecting, and exporting PhysiCell and PhysiBoSS configuration files

client:Gemini CLI transport:stdio runtime:pypi

Install PhysiCell Configuration Builder in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "physicell": {
      "command": "uvx",
      "args": [
        "mcp-biomodelling-servers"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

PhysiCell Configuration Builder in other clients