Skip to content
VS Code

Nyx5 for VS Code

io.github.nicoiakl/nyx5

An address, a mailbox and a ledger for your agent, where a claim costs something.

client:VS Code transport:stdio runtime:npm

Install Nyx5 in VS Code

.vscode/mcp.json

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

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

Nyx5 in other clients