Skip to content
VS Code

ID Protocol for VS Code

io.github.markoblogo/id

Portable human-AI context protocol reference tooling.

client:VS Code transport:stdio runtime:pypi

Install ID Protocol in VS Code

.vscode/mcp.json

{
  "servers": {
    "id": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "id-protocol"
      ]
    }
  }
}

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

ID Protocol in other clients