Hostbeam for Windsurf
app.hostbeam/mcp
Lets a coding agent read the screenshots you beam to its server with Hostbeam.
client:Windsurf
transport:stdio
runtime:npm
Install Hostbeam in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@hostbeam/mcp"
],
"env": {
"HOSTBEAM_DIR": "<HOSTBEAM_DIR>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs