Skip to content
VS Code

kiriya for VS Code

io.github.satpaingoo/kiriya

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

client:VS Code transport:stdio runtime:npm

Install kiriya in VS Code

.vscode/mcp.json

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

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

kiriya in other clients