poldex for Zed
io.github.lordolami/poldex
MCP server exposing PolDex commercial insurance extraction tools to AI agents.
client:Zed
transport:stdio
runtime:npm
Install poldex in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"poldex": {
"command": "npx",
"args": [
"-y",
"@poldex/mcp-server"
],
"env": {
"POLDEX_API_KEY": "<POLDEX_API_KEY>",
"POLDEX_API_BASE_URL": "<POLDEX_API_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs