mcp chainladder for Cursor
io.github.datalattice/mcp-chainladder
Actuarial chain-ladder reserving: IBNR, Mack stochastic stats, and assumption diagnostics.
client:Cursor
transport:stdio
runtime:pypi
Install mcp chainladder in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-chainladder": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-chainladder"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs