breedsim-mcp
Rank #9,694io.github.musharna/breedsim-mcp
Breeding-scheme simulation via AlphaSimR. Needs R, AlphaSimR and libtirpc-dev on the host.
breedsim-mcp is a Model Context Protocol (MCP) server published by musharna. It ranks #9,694 of 115,460 servers tracked on MCP Toplist. breedsim-mcp is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 29, 2026 and most recently updated on Aug 1, 2026.
Ranks ahead of 105,766 of 115,460 servers on MCP Toplist.
Use breedsim-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add breedsim-mcp -e "OMP_NUM_THREADS=<your OMP_NUM_THREADS>" -- uvx breedsim-mcpReplace each placeholder with your own value before saving.
[mcp_servers.breedsim-mcp]
command = "uvx"
args = ["breedsim-mcp"]
[mcp_servers.breedsim-mcp.env]
OMP_NUM_THREADS = "<your OMP_NUM_THREADS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"breedsim-mcp": {
"command": "uvx",
"args": [
"breedsim-mcp"
],
"env": {
"OMP_NUM_THREADS": "<your OMP_NUM_THREADS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"breedsim-mcp": {
"command": "uvx",
"args": [
"breedsim-mcp"
],
"env": {
"OMP_NUM_THREADS": "<your OMP_NUM_THREADS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"breedsim-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"breedsim-mcp"
],
"env": {
"OMP_NUM_THREADS": "<your OMP_NUM_THREADS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"breedsim-mcp": {
"command": "uvx",
"args": [
"breedsim-mcp"
],
"env": {
"OMP_NUM_THREADS": "<your OMP_NUM_THREADS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"breedsim-mcp": {
"command": "uvx",
"args": [
"breedsim-mcp"
],
"env": {
"OMP_NUM_THREADS": "<your OMP_NUM_THREADS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.musharna%2Fbreedsim-mcp)<a href="https://mcptoplist.com/server/io.github.musharna%2Fbreedsim-mcp"><img src="https://mcptoplist.com/badge/io.github.musharna%2Fbreedsim-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
musharna
Other servers by musharna
- jobd#4,337 · 10 vers
- plantcv-mcp#5,192 · 8 vers
- Plant Genomics#5,802 · 6 vers
- ldraw-mcp#6,255 · 5 vers
- Data Aggregator#7,088 · 6 vers
- phylokit-mcp#9,481 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.4.0 | Aug 1, 2026 |
| 0.3.1 | Jul 31, 2026 |
Frequently asked questions
- Who maintains breedsim-mcp?
- breedsim-mcp is maintained by musharna, which publishes 7 MCP servers (39 total versions) tracked on MCP Toplist.
- Is breedsim-mcp listed on the Official MCP Registry?
- Yes — breedsim-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does breedsim-mcp have?
- MCP Toplist tracks 2 versions of breedsim-mcp, most recently published on Aug 1, 2026.
- Where can I find the source code for breedsim-mcp?
- The source code for breedsim-mcp is hosted at github.com/musharna/breedsim-mcp.