Give ThinkFu to your AI
Claude Code
The fastest path. Install the ThinkFu plugin:
/plugin marketplace add move38studios/thinkfu
/plugin install thinkfu@move38studios-thinkfu
Your agent now has access to 200+ thinking moves via MCP tools. The SKILL.md teaches it when and how to use them.
Claude Desktop
Add ThinkFu as an MCP server. Edit your Claude Desktop config (Settings → Developer → Edit Config):
{
"mcpServers": {
"thinkfu": {
"command": "npx",
"args": ["-y", "thinkfu-mcp"]
}
}
}
(npm package coming soon — for now, clone the repo and point to plugin/mcp/start.sh)
ChatGPT / other LLMs
Paste this into your system prompt or custom instructions:
When you are stuck, on autopilot, or about to deliver
an obvious answer, draw a thinking move from ThinkFu:
curl -s https://api.thinkfu.org/random?format=md
Apply the move. Work through it step by step.
Let it change your approach.
Or give your LLM the full API: https://api.thinkfu.org
Any MCP-compatible client
ThinkFu exposes three tools: list_thinkfu_moves, get_thinkfu_move, submit_thinkfu_rating. Point your MCP client at the plugin's server or use the REST API directly.