solmail for Windsurf
io.github.expertvagabond/solmail
Send physical mail with Solana cryptocurrency - AI agents can send real letters worldwide
client:Windsurf
transport:stdio
runtime:npm
Install solmail in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"solmail": {
"command": "npx",
"args": [
"-y",
"solmail-mcp"
],
"env": {
"SOLANA_PRIVATE_KEY": "<SOLANA_PRIVATE_KEY>",
"SOLANA_NETWORK": "<SOLANA_NETWORK>",
"SOLMAIL_API_URL": "<SOLMAIL_API_URL>",
"MERCHANT_WALLET": "<MERCHANT_WALLET>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs