Skip to content
Windsurf

MCPClientMock for Windsurf

io.github.akkshay10/mcpclientmock

MCP server for James Bloom MockServer - create expectations, verify requests, and manage mock state

client:Windsurf transport:stdio runtime:npm

Install MCPClientMock in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcpclientmock": {
      "command": "npx",
      "args": [
        "-y",
        "mockserver-mcp"
      ],
      "env": {
        "MOCKSERVER_HOST": "<MOCKSERVER_HOST>",
        "MOCKSERVER_PORT": "<MOCKSERVER_PORT>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

MCPClientMock in other clients