mcp efi for VS Code
io.github.codespar/mcp-efi
MCP server for EFI (Gerencianet) — Pix, charges, carnets, cobranças
client:VS Code
transport:stdio
runtime:npm
Install mcp efi in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "efi-client-secret",
"description": "EFI_CLIENT_SECRET",
"password": true
}
],
"servers": {
"mcp-efi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-efi"
],
"env": {
"EFI_CLIENT_SECRET": "${input:efi-client-secret}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs