AVEL for Windsurf
io.github.ensi81/avel
Identity/reputation verification for agent-to-agent payments across x402, AP2, MPP, checkout.
client:Windsurf
transport:stdio
runtime:pypi
Install AVEL in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"avel": {
"command": "uvx",
"args": [
"agent-interchange"
],
"env": {
"AVEL_BASE_URL": "<AVEL_BASE_URL>",
"AVEL_PRIVATE_KEY": "<AVEL_PRIVATE_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs