legal mcp server for Zed
io.github.thenextgennexus/legal-mcp-server
Search court records, patents, and trademarks for legal research
client:Zed
transport:stdio
runtime:npm
Install legal mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"legal-mcp-server": {
"command": "npx",
"args": [
"-y",
"@thenextgennexus/legal-mcp-server"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs