Skip to content
VS Code

oyez mcp for VS Code

io.github.mrfentmen/oyez-mcp

Keyless MCP server for Oyez: Supreme Court cases, decisions, opinions, oral-argument audio.

client:VS Code transport:stdio runtime:npm

Install oyez mcp in VS Code

.vscode/mcp.json

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

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

oyez mcp in other clients