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