mcp bold co for Gemini CLI
io.github.codespar/mcp-bold-co
MCP server for Bold — Colombian acquirer: payment links for cards, PSE and Nequi
client:Gemini CLI
transport:stdio
runtime:npm
Install mcp bold co in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-bold-co": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-bold-co"
],
"env": {
"BOLD_API_KEY": "<BOLD_API_KEY>",
"BOLD_SECRET_KEY": "<BOLD_SECRET_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs