Serversio.github.marcorusc/PhysiCell
P

PhysiCell Multiscale Simulation Builder

io.github.marcorusc/PhysiCell · v1.0.0
▦ pypi
v1.0.0pypi pypi: mcp-biomodelling-servers↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.marcorusc/PhysiCell",
  "description": "MCP server for configuring PhysiCell multiscale multicellular biological simulations",
  "title": "PhysiCell Multiscale Simulation Builder",
  "repository": {
    "url": "https://github.com/marcorusc/mcp-biomodelling-servers",
    "source": "github",
    "subfolder": "PhysiCell"
  },
  "version": "1.0.0",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-biomodelling-servers",
      "version": "1.0.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "mcp-biomodelling-servers",
          "type": "named",
          "name": "--from"
        },
        {
          "value": "mcp-physicell-server",
          "type": "positional"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}