breedsim-mcp for Cursor
io.github.musharna/breedsim-mcp
Breeding-scheme simulation via AlphaSimR. Needs R, AlphaSimR and libtirpc-dev on the host.
client:Cursor
transport:stdio
runtime:pypi
Install breedsim-mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"breedsim-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"breedsim-mcp"
],
"env": {
"OMP_NUM_THREADS": "<OMP_NUM_THREADS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs