Skip to content
Windsurf

Architecture Pattern MCP for Windsurf

io.github.olk/architecture-pattern-mcp

MCP server that provides architecture design expertise to AI coding agents

client:Windsurf transport:stdio runtime:oci

Install Architecture Pattern MCP 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": {
    "architecture-pattern-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/olkowa/architecture-pattern-mcp:1.1.2"
      ],
      "env": {
        "GENERATOR_API_KEY": "<GENERATOR_API_KEY>",
        "GENERATOR_PROVIDER": "<GENERATOR_PROVIDER>",
        "GENERATOR_MODEL": "<GENERATOR_MODEL>",
        "GENERATOR_BASE_URL": "<GENERATOR_BASE_URL>",
        "PATTERN_DIRECTORY": "<PATTERN_DIRECTORY>",
        "EMBEDDER_PROVIDER": "<EMBEDDER_PROVIDER>",
        "EMBEDDER_BASE_URL": "<EMBEDDER_BASE_URL>",
        "EMBEDDER_API_KEY": "<EMBEDDER_API_KEY>",
        "RERANKER_BASE_URL": "<RERANKER_BASE_URL>"
      }
    }
  }
}

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

Architecture Pattern MCP in other clients