poldex for Cursor
io.github.lordolami/poldex
MCP server exposing PolDex commercial insurance extraction tools to AI agents.
client:Cursor
transport:stdio
runtime:npm
Install poldex in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"poldex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@poldex/mcp-server"
],
"env": {
"POLDEX_API_KEY": "<POLDEX_API_KEY>",
"POLDEX_API_BASE_URL": "<POLDEX_API_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs