PluginBench
MCP Server
Active
MIT

io.github.uchit/aipatterns-mcp-server MCP Server

io.github.uchit/aipatterns-mcp-server

What is the io.github.uchit/aipatterns-mcp-server MCP server?

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

How to install io.github.uchit/aipatterns-mcp-server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aipatterns-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "aipatterns-mcp-server"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "aipatterns-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "aipatterns-mcp-server"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "aipatterns-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "aipatterns-mcp-server"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "aipatterns-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "aipatterns-mcp-server"
      ]
    }
  }
}
Claude Code
claude mcp add aipatterns-mcp-server -- npx -y aipatterns-mcp-server

Related MCP servers

Regulated-industry AI compliance: EU AI Act, APRA, NIST AI RMF, ISO 42001, AU AI Safety.

1
TypeScript
Apache-2.0
View repository →