think-like-a-commoner-mcp

zhiganov/think-like-a-commoner-mcp
★ 1 stars TypeScript 💻 Code/Dev Tools Updated 1d ago
MCP server for David Bollier's Think Like a Commoner (CC BY-NC-SA 4.0). Code MIT, embedded book content CC BY-NC-SA.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "think-like-a-commone": {
      "command": "npx",
      "args": [
        "-y",
        "zhiganov/think-like-a-commoner-mcp"
      ]
    }
  }
}