MCP server for aipatterns.com.au — search AU enterprise AI patterns, sector benchmarks, incidents, and regulatory changes via Claude, Cursor, or any MCP client.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"aipatterns-mcp-serve": {
"command": "npx",
"args": [
"-y",
"uchit/aipatterns-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add aipatterns-mcp-serve npx -y uchit/aipatterns-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"aipatterns-mcp-serve": {
"command": "npx",
"args": [
"-y",
"uchit/aipatterns-mcp-server"
]
}
}
}
📋 Copy