Skip to content
Grok

Agent Pattern MCP for Grok

io.github.olk/agent-pattern-mcp

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

client:Grok transport:stdio runtime:oci

Install Agent Pattern MCP in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "agent-pattern-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Agent Pattern MCP in other clients