Skip to content
Claude Desktop

Agent Pattern MCP for Claude Desktop

io.github.olk/agent-pattern-mcp

MCP server that provides AI agent pattern expertise for designing agent systems

client:Claude Desktop transport:stdio runtime:oci

Install Agent Pattern MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "agent-pattern-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/olkowa/agent-pattern-mcp:1.0.3"
      ],
      "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Agent Pattern MCP in other clients