Skip to content
VS Code

reference-mcp for VS Code

io.github.abduljabbarbxr/reference-mcp

Reference integrity for AI agents. Scans and verifies links, imports, assets, deps.

client:VS Code transport:stdio runtime:npm

Install reference-mcp in VS Code

.vscode/mcp.json

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

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

reference-mcp in other clients