Skip to content
Windsurf

Conventions MCP for Windsurf

io.github.fedgeno/conventions-mcp

Memory for coding conventions and standing instructions that persists across sessions.

client:Windsurf transport:stdio runtime:npm

Install Conventions MCP in Windsurf

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

{
  "mcpServers": {
    "conventions-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "conventions-mcp"
      ]
    }
  }
}

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

Conventions MCP in other clients