oyez mcp for Zed
io.github.mrfentmen/oyez-mcp
Keyless MCP server for Oyez: Supreme Court cases, decisions, opinions, oral-argument audio.
client:Zed
transport:stdio
runtime:npm
Install oyez mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"oyez-mcp": {
"command": "npx",
"args": [
"-y",
"oyez-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs