Skip to content

denchoho sakuin check 2026 for Cursor

io.github.jmshinhwa/denchoho-sakuin-check-2026

電子取引データの索引簿を12ルールで検査し、取引年月日・取引金額・取引先・ファイル名のうち検索要件を満たさない行と直し方を出します。同梱の12行サンプルでは6行・7件を指摘しました。

client:Cursor transport:stdio runtime:npm

Install denchoho sakuin check 2026 in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "denchoho-sakuin-check-2026": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/denchoho-sakuin-check-2026"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

denchoho sakuin check 2026 in other clients