MaBoSS Boolean Network Simulator✓
io.github.marcorusc/MaBoSS · v1.0.0
{}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/MaBoSS",
"description": "MCP server for Boolean network simulation and attractor analysis using MaBoSS",
"title": "MaBoSS Boolean Network Simulator",
"repository": {
"url": "https://github.com/marcorusc/mcp-biomodelling-servers",
"source": "github",
"subfolder": "MaBoSS"
},
"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-maboss-server",
"type": "positional"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}