quantoracle for Cursor
io.github.fel123/quantoracle
73 deterministic quant tools for AI agents. LLMs drift on Black-Scholes; these are exact math.
client:Cursor
transport:stdio
runtime:npm
Install quantoracle in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"quantoracle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"quantoracle-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs