Skip to content
Cursor

aipatterns mcp server for Cursor

io.github.uchit/aipatterns-mcp-server

Search AU enterprise AI patterns, benchmarks, incidents, and regulatory changes.

client:Cursor transport:stdio runtime:npm

Install aipatterns mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "aipatterns-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "aipatterns-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

aipatterns mcp server in other clients