Skip to content
Windsurf

simple mcp server for Windsurf

io.github.ormastes/simple-mcp-server

Simple Language MCP server — code intelligence, debugging, build, test, and VCS tools

client:Windsurf transport:stdio runtime:npm

Install simple mcp server in Windsurf

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

{
  "mcpServers": {
    "simple-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@simple-lang/mcp-server"
      ]
    }
  }
}

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

simple mcp server in other clients