openmm mcp for Cursor
io.github.adacapo21/openmm-mcp
AI-native crypto trading MCP server — market data, orders, grid strategies & DeFi
client:Cursor
transport:stdio
runtime:npm
Install openmm mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"openmm-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@qbtlabs/openmm-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs