Skip to content
VS Code

Arcaeon Adapter for VS Code

io.arcaeon/adapter

MCP stdio proxy that logs the tool-call seam to the ledger without the agent's cooperation

client:VS Code transport:stdio runtime:pypi

Install Arcaeon Adapter in VS Code

.vscode/mcp.json

{
  "servers": {
    "adapter": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "arcaeon-adapter"
      ]
    }
  }
}

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

Arcaeon Adapter in other clients