Odel
architecture pattern mcp

architecture pattern mcp

Local
@olkPythonMITUpdated 1w ago

MCP server that provides architecture design expertise to AI coding agents

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@olkow/architecture-pattern-mcpv1.0.1

Run

npx -y @olkow/architecture-pattern-mcp

MCP client config

{
  "mcpServers": {
    "architecture-pattern-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@olkow/architecture-pattern-mcp"
      ]
    }
  }
}