What is the breedsim-mcp MCP server?
Breeding-scheme simulation via AlphaSimR. Needs R, AlphaSimR and libtirpc-dev on the host.
How to install breedsim-mcp
Copy-paste configuration for popular MCP clients.
OMP_NUM_THREADSPinned to '1' at import so AlphaSimR results are reproducible; overriding it makes runs non-deterministic and the server reports that in every response.
{
"mcpServers": {
"breedsim-mcp": {
"command": "uvx",
"args": [
"breedsim-mcp"
],
"env": {
"OMP_NUM_THREADS": "<YOUR_OMP_NUM_THREADS>"
}
}
}
}{
"mcpServers": {
"breedsim-mcp": {
"command": "uvx",
"args": [
"breedsim-mcp"
],
"env": {
"OMP_NUM_THREADS": "<YOUR_OMP_NUM_THREADS>"
}
}
}
}{
"mcpServers": {
"breedsim-mcp": {
"command": "uvx",
"args": [
"breedsim-mcp"
],
"env": {
"OMP_NUM_THREADS": "<YOUR_OMP_NUM_THREADS>"
}
}
}
}{
"servers": {
"breedsim-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"breedsim-mcp"
],
"env": {
"OMP_NUM_THREADS": "<YOUR_OMP_NUM_THREADS>"
}
}
}
}claude mcp add breedsim-mcp --env OMP_NUM_THREADS=<YOUR_OMP_NUM_THREADS> -- uvx breedsim-mcpRelated MCP servers
jobd
Self-hostable GPU-aware job broker: submit, route by VRAM, babysit jobs across machines via MCP.
Plant Genomics
Plant genomics MCP — 50 tools across 23 backends with cross-source synthesis.
Data Aggregator
Find & fetch research datasets across 17 archives, omics registries, and literature sources.
ldraw-mcp
Render LDraw/LEGO models to images with real part geometry via headless Blender + ImportLDraw
phylokit-mcp
Phylogenetic inference via IQ-TREE 2 — never returns a topology without its support
plantcv-mcp
Plant phenotyping via PlantCV — returns traits plus the segmentation overlay they came from