Skip to content
VS Code

Sourceright for VS Code

io.github.edithatogo/sourceright

Reference verification MCP server for CSL bibliographies, evidence, and audited writes.

client:VS Code transport:stdio runtime:oci

Install Sourceright in VS Code

.vscode/mcp.json

{
  "servers": {
    "sourceright": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/edithatogo/sourceright-mcp:0.1.20"
      ]
    }
  }
}

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

Sourceright in other clients