Skip to content
VS Code

shikamaru for VS Code

io.github.jayofemi/shikamaru

Provably correct day-count, calendar, business-day, and schedule math, verified against QuantLib.

client:VS Code transport:stdio runtime:npm

Install shikamaru in VS Code

.vscode/mcp.json

{
  "servers": {
    "shikamaru": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@jayofemi/shikamaru"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

shikamaru in other clients