mcp gerasure for Cursor
io.github.geraservicesuk/mcp-gerasure
Microinsurance: get quotes, buy policies, file claims, manage coverage. 50+ countries.
client:Cursor
transport:stdio
runtime:npm
Install mcp gerasure in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-gerasure": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gerasure"
],
"env": {
"GERASURE_API_URL": "<GERASURE_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs