★ 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"
]
}
}
}
Run in terminal:
claude mcp add think-like-a-commone npx -y zhiganov/think-like-a-commoner-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"think-like-a-commone": {
"command": "npx",
"args": [
"-y",
"zhiganov/think-like-a-commoner-mcp"
]
}
}
}