simple mcp for Windsurf
io.github.oleksii-donets/simple_mcp
A Test MCP server that provides tools, promts and resources
client:Windsurf
transport:stdio
runtime:oci
Install simple mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"simple_mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/d0nets/simple-mcp:0.0.4"
],
"env": {
"APP_TRANSPORT": "<APP_TRANSPORT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs