cmxflow for Cursor
io.github.b-shields/cmxflow
Composable, tunable cheminformatics workflows: library preparation, clustering, docking, and more.
client:Cursor
transport:stdio
runtime:pypi
Install cmxflow in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cmxflow": {
"type": "stdio",
"command": "uvx",
"args": [
"cmxflow"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs