prism for Windsurf
io.github.tulipe1735/prism
Complete web tasks in the user's own Chrome via an observe-decide-act browser agent.
client:Windsurf
transport:stdio
runtime:npm
Install prism in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"prism": {
"command": "npx",
"args": [
"-y",
"@tulipe1735/prism"
],
"env": {
"TYPESAFE_API_KEY": "<TYPESAFE_API_KEY>",
"TEXT_MODEL_API_KEY": "<TEXT_MODEL_API_KEY>",
"TEXT_MODEL_BASE_URL": "<TEXT_MODEL_BASE_URL>",
"TEXT_MODEL": "<TEXT_MODEL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs