Windsurf
Codeium's AI-powered editor with MCP server support via Cascade.
- A Bipa account with an active registration.
- Windsurf editor installed.
- bipa CLI installed. Prefer the managed installer:
curl -fsSL https://agents.bipa.app/install.sh | sh. Developer package-manager installs are listed in the docs. - Run
bipa login --web --opento authenticate before configuring. Use--webalone to get the URL without auto-opening the browser.
Configuração
Open Windsurf MCP settings
Go to Windsurf Settings → Cascade → MCP Servers and click Add Server. Or open the Command Palette (Cmd+Shift+P) and search for "MCP". The config file is located at ~/.codeium/windsurf/mcp_config.json.
Add the Bipa Agents server
Add the following to the mcpServers object in the config file:
{
"mcpServers": {
"bipa": {
"command": "bipa",
"args": ["mcp", "serve", "--stdio"]
}
}
}Reload and verify
Save the config file and reload the window. The Bipa Agents tools will be available in Cascade conversations.
Use Cascade (the AI assistant) to interact with the MCP tools. You can also browse the MCP Marketplace via the MCPs icon in the Cascade panel.
Ferramentas MCP Disponíveis
Uma vez conectado, as seguintes ferramentas ficam disponíveis para o assistente de IA:
Current session info
Account profile
Check all wallet balances
Check spending limits
Get deposit addresses
Send a PIX transfer (supports scheduling)
Pay via Pix key
Pay via BR Code
Pay a Bipa user by tag
Pay a trusted contact
Pay a saved recipient
Decode a Pix BR Code
Preview a BR Code payment before paying
Look up a Bipa user by tag
List Pix keys
List trusted contacts
Suggest recent recipients
Transaction history
Multi-asset transaction list
Detail of a specific transaction
Unified activity timeline
Current BTC/USDT prices
BTC/BRL price history
USDT/BRL price history
Portfolio summary by asset and period
Modo local: O CLI autentica abrindo seu navegador. Você faz login pelo app Bipa e o token de sessão é armazenado localmente.
Modo remoto: O cliente MCP lida com o OAuth 2.1 automaticamente. Ele descobre os endpoints via /.well-known/oauth-authorization-server, redireciona você ao app Bipa para autorização e troca o código por um token de acesso usando PKCE.