shikamaru for Cursor
io.github.jayofemi/shikamaru
Provably correct day-count, calendar, business-day, and schedule math, verified against QuantLib.
client:Cursor
transport:stdio
runtime:npm
Install shikamaru in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"shikamaru": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jayofemi/shikamaru"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs