Barevalue for Windsurf
io.github.quietnotion/barevalue
Submit podcast orders, check status, and manage webhooks via Barevalue editing API.
client:Windsurf
transport:stdio
runtime:npm
Install Barevalue in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"barevalue": {
"command": "npx",
"args": [
"-y",
"barevalue-mcp"
],
"env": {
"BAREVALUE_API_KEY": "<BAREVALUE_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs