Skip to content
Cursor

kiriya for Cursor

io.github.satpaingoo/kiriya

Developer tools for files, git, ports, processes and more, the same on Windows, Linux and macOS

client:Cursor transport:stdio runtime:npm

Install kiriya in Cursor

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

{
  "mcpServers": {
    "kiriya": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kiriya"
      ]
    }
  }
}

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

kiriya in other clients