brianmadden.ai

Brian Madden's AI-native knowledge system.

This is a structured knowledge repo containing Brian's published frameworks, arguments, positions, and current thinking on AI, the future of knowledge work, and enterprise technology.

Point your AI at it:

claude mcp add brianmadden-ai \
  --transport http \
  https://brianmadden.ai/mcp

Or configure it in Claude Desktop / Cursor:

{
  "mcpServers": {
    "brianmadden-ai": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://brianmadden.ai/mcp"
      ]
    }
  }
}

View the repo on GitHub