Skip to content
VS Code

llmref for VS Code

org.llmref/llmref

Versioned documentation registry and semantic search for AI tools and coding assistants.

client:VS Code transport:streamable-http tools:4

Install llmref in VS Code

.vscode/mcp.json

{
  "servers": {
    "llmref": {
      "type": "http",
      "url": "https://api.llmref.org/v1/mcp"
    }
  }
}

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

What VS Code can do once it is connected

llmref in other clients