mcp gerasure for VS Code
io.github.geraservicesuk/mcp-gerasure
Microinsurance: get quotes, buy policies, file claims, manage coverage. 50+ countries.
client:VS Code
transport:stdio
runtime:npm
Install mcp gerasure in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "gerasure-api-url",
"description": "GERASURE_API_URL",
"password": true
}
],
"servers": {
"mcp-gerasure": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gerasure"
],
"env": {
"GERASURE_API_URL": "${input:gerasure-api-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs