image viewer for Windsurf
io.github.oguntolaibrahim/image-viewer
InChat Image Viewer MCP - View images inline in AI chat by just providing the file path
client:Windsurf
transport:stdio
runtime:npm
Install image viewer in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"image-viewer": {
"command": "npx",
"args": [
"-y",
"inchat-image-viewer-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs