Skip to content
VS Code

O'Reilly Expert MCP Server for VS Code

io.github.oreillymedia/oreilly-expert

Grounded, citable answers to tech questions from O'Reilly's library. Requires Expert MCP access.

client:VS Code transport:streamable-http

Install O'Reilly Expert MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "oreilly-expert": {
      "type": "http",
      "url": "https://api.oreilly.com/api/expert/v1/mcp"
    }
  }
}

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

O'Reilly Expert MCP Server in other clients